File size: 2,566 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
{
"name": "jol-player",
"version": "4.0.0",
"description": "简洁,美观,功能强大的react播放器,simple and beautiful, powerful react player",
"main": "index.js",
"scripts": {
"build": "npm run clear && webpack --config ./build/webpack.prod.config.js",
"start": "webpack-dev-server --inline --config ./build/webpack.dev.config.js",
"clear": "rimraf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lgf196/JoL-player.git"
},
"keywords": [
"lgf",
"react-video",
"video",
"player",
"react",
"react-components",
"JoL-player"
],
"author": "lgf",
"license": "MIT",
"bugs": {
"url": "https://github.com/lgf196/JoL-player/issues"
},
"homepage": "https://github.com/lgf196/JoL-player",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.15.0",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.2.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^6.3.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"rimraf": "^3.0.2",
"sass": "^1.32.13",
"sass-loader": "^10.2.0",
"style-loader": "^1.0.0",
"svg-sprite-loader": "^6.0.9",
"typescript": "^4.3.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.2.0",
"validate-commit-msg": "^2.14.0",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"core-js": "^2.6.10",
"hls.js": "^1.0.11",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"screenfull": "^5.0.0"
}
} |