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.
73 lines
2.1 KiB
73 lines
2.1 KiB
{ |
|
"name": "jol-player", |
|
"version": "2.2.0", |
|
"description": "简洁,美观,功能强大的react播放器,simple and beautiful, powerful react player", |
|
"main": "index.js", |
|
"scripts": { |
|
"build": "webpack --config ./build/webpack.prod.config.js", |
|
"start": "webpack-dev-server --inline --config ./build/webpack.dev.config.js" |
|
}, |
|
"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": "^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", |
|
"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" |
|
} |
|
}
|
|
|