13 Star 79 Fork 22

UCloud 优刻得 / urtc-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
zhangjizhe 提交于 2021-01-22 15:33 . 解决部分报错,升级sdk
{
"name": "urtc-common-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@ucloud-fe/react-components": "^0.6.29",
"cross-env": "^7.0.2",
"mobx": "^5.15.4",
"mobx-react": "^6.3.1",
"mobx-react-lite": "^3.0.0",
"querystringify": "^2.2.0",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-player": "1.12.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"screenfull": "^5.0.2",
"styled-components": "^3.4.10",
"urtc-sdk": "^1.6.19"
},
"scripts": {
"start": "set REACT_APP_ENV=prod && react-app-rewired start",
"start:pre": "set REACT_APP_ENV=pre && react-app-rewired start",
"build": "set REACT_APP_ENV=prod && react-app-rewired build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.4",
"babel-plugin-import": "^1.13.0",
"customize-cra": "^1.0.0",
"cz-conventional-changelog": "^3.2.0",
"react-app-rewired": "^2.1.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"babel": {
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
]
],
"presets": [
"react-app"
]
}
}
}
JavaScript
1
https://gitee.com/ucloud-cn/urtc-web.git
git@gitee.com:ucloud-cn/urtc-web.git
ucloud-cn
urtc-web
urtc-web
main

搜索帮助