1 Star 0 Fork 0

halloBoy2018/shaka-player-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
Matthias 提交于 2019-11-04 16:20 . v1.0.1
{
"name": "shaka-player-react",
"version": "1.0.1",
"main": "dist/cjs.js",
"license": "MIT",
"scripts": {
"build": "rimraf dist && rollup -c",
"start": "rimraf dist && DEV=1 rollup -c --watch",
"test": "jest"
},
"dependencies": {
"rollup": "^1.26.2",
"shaka-player": "^2.5.5"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-test-renderer": "^16.11.0",
"rimraf": "^3.0.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bundle-html": "^0.2.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.0.1"
},
"peerDependencies": {
"react": ">= 16.x.x"
},
"description": "A React component for [Shaka Player](https://github.com/google/shaka-player), an open-source JavaScript library for adaptive media.",
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matvp91/shaka-player-react.git"
},
"author": "",
"bugs": {
"url": "https://github.com/matvp91/shaka-player-react/issues"
},
"homepage": "https://github.com/matvp91/shaka-player-react#readme"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/halloBoy2018/shaka-player-react.git
git@gitee.com:halloBoy2018/shaka-player-react.git
halloBoy2018
shaka-player-react
shaka-player-react
master

搜索帮助