-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.04 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "web",
"version": "1.0.0",
"private": true,
"dependencies": {
"@ant-design/codemod-v4": "^1.1.0",
"@ant-design/compatible": "^1.0.3",
"@ffmpeg/core": "^0.9.0",
"@ffmpeg/ffmpeg": "^0.9.8",
"@svgdotjs/svg.js": "^3.1.1",
"axios": "^0.21.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"customize-cra": "^1.0.0",
"dotenv-cli": "^4.0.0",
"http-proxy-middleware": "^2.0.0",
"js-md5": "^0.7.3",
"jsmediatags": "^3.9.7",
"mini-css-extract-plugin": "^1.6.0",
"moment": "^2.29.1",
"npm": "^6.14.5",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-app-rewired": "^2.1.8",
"react-dnd": "^7.3.2",
"react-dnd-html5-backend": "^7.2.0",
"react-dom": "^16.9.0",
"react-infinite-scroller": "^1.2.4",
"react-loadable": "^5.5.0",
"react-redux": "^7.2.4",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"sa-sdk-javascript": "^1.15.26",
"spark-md5": "^3.0.1",
"videojs-for-react": "0.0.3",
"worker-loader": "^3.0.8"
},
"scripts": {
"start": "react-app-rewired start",
"build": "dotenv -e .env.production node src/libs/shell.js",
"build:pre": "dotenv -e .env.preproduction node src/libs/shell.js",
"build:cdn": "dotenv -e .env.cdnproduction react-app-rewired build",
"build:precdn": "dotenv -e .env.cdnpreproduction react-app-rewired build",
"stager": "react-app-rewired stager",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"analyz": "NODE_ENV=production npm_config_report=true npm run build"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.14.2",
"antd": "^4.6.6",
"compression-webpack-plugin": "1.1.12",
"css-loader": "^0.28.11",
"file-loader": "^3.0.1",
"node-sass": "^4.9.3",
"react-scripts": "^3.4.4",
"sass-loader": "^6.0.7",
"webpack": "4.42.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": ""
}