You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
2.1 KiB

3 years ago
{
"name": " JoL-player",
"version": "1.0.0",
"description": "A multifunctional and beautiful React-based web video player.",
"main": "dist/index.js",
3 years ago
"scripts": {
"build": "webpack --config ./build/webpack.prod.config.js",
"start": "webpack-dev-server --inline --config ./build/webpack.dev.config.js"
3 years ago
},
"repository": {
"type": "git",
"url": "git+https://github.com/vortesnail/Qier.git"
3 years ago
},
"keywords": [
"vortesnail",
"qier",
"video-player",
"video",
"player",
"react",
"react-components",
"html5-video-player"
],
"author": "vortesnail",
"license": "MIT",
"bugs": {
"url": "https://github.com/vortesnail/Qier/issues"
3 years ago
},
"homepage": "https://github.com/vortesnail/Qier#readme",
3 years ago
"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": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@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",
"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",
3 years ago
"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",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"screenfull": "^5.0.0"
3 years ago
}
3 years ago
}