| { | |
| "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" | |
| } | |
| } |