-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.47 KB
/
package.json
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "{{projectName}}",
"version": "{{projectVersion}}",
"main": "index.js",
"description": "{{projectDescription}}",
"author": "{{projectAuthor}}",
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development node_modules/.bin/webpack-dev-server --hot",
"dev_win": "cross-env NODE_ENV=development node_modules/.bin/webpack-dev-server --hot",
"dist": "NODE_ENV=production WEBPACK_ENV=online node_modules/.bin/webpack -p",
"dist_win": "cross-env NODE_ENV=production WEBPACK_ENV=online node_modules/.bin/webpack -p",
"eslint": "eslint src --ext .tsx"
},
"dependencies": {
"@antv/data-set": "^0.10.2",
"@hot-loader/react-dom": "^16.9.0",
"@types/fabric": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@types/qrcode.react": "^0.9.0",
"@types/react": "^16.9.2",
"@types/react-custom-scrollbars": "^4.0.6",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^4.3.5",
"@types/react-transition-group": "^4.2.2",
"@types/styled-components": "^4.1.18",
"antd": "^3.22.1",
"antd-img-crop": "^2.4.0",
"axios": "^0.19.0",
"braft-editor": "^2.3.9",
"braft-utils": "^3.0.12",
"echarts": "^4.7.0",
"echarts-for-react": "^2.0.15-beta.1",
"fabric": "^3.4.0",
"hls.js": "^0.14.3",
"js-md5": "^0.7.3",
"moment": "^2.24.0",
"nprogress": "^0.2.0",
"qrcode.react": "^0.9.3",
"rc-queue-anim": "^1.8.1",
"rc-texty": "^0.2.0",
"react": "^16.9.0",
"react-custom-scrollbars": "^4.2.1",
"react-dnd": "^11.1.3",
"react-dom": "^16.9.0",
"react-hls-player": "^1.0.2",
"react-pdf": "^4.1.0",
"react-player": "^2.5.0",
"react-rangeslider": "^2.2.0",
"react-router-dom": "^5.0.1",
"react-transition-group": "^4.2.2",
"rebound": "^0.1.0",
"redux": "^4.0.4",
"redux-react-hook": "^3.3.2",
"styled-components": "^4.3.2",
"terser-webpack-plugin": "^2.2.1",
"video.js": "^7.6.6",
"videojs-contrib-hls": "^5.15.0",
"viewerjs": "^1.3.6",
"viser-react": "^2.4.6",
"xlsx": "^0.15.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.5.5",
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
"@typescript-eslint/eslint-plugin": "^2.2.0",
"@typescript-eslint/parser": "^2.0.0",
"babel-loader": "8.0.0-beta.0",
"babel-plugin-import": "^1.12.0",
"babel-plugin-styled-components": "^1.10.6",
"babel-preset-react-app": "^9.0.1",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.0",
"cross-env": "^6.0.3",
"css-hot-loader": "^1.4.4",
"css-loader": "^3.2.0",
"eslint": "^6.2.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"mocker-api": "^1.7.9",
"mockjs": "^1.0.1-beta3",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"react-hot-loader": "^4.12.11",
"sass-loader": "^7.2.0",
"typescript": "^3.6.3",
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
}
}