-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.35 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
{
"name": "fangqi5",
"version": "1.0.0",
"description": "空闲时间样式练习\r 2019.9.19",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --devtool eval --progress --config ./build/webpack.config.development.js --open-page assemble.html",
"server": "cd server&&npm run start",
"build": "webpack --progress --config ./build/webpack.config.production.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fangqi5/react-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fangqi5/react-demo/issues"
},
"homepage": "https://github.com/fangqi5/react-demo#readme",
"devDependencies": {
"@antv/g2": "3.5.3",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-react-inline-elements": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^8.6.5",
"axios": "^0.19.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"babel-plugin-import": "^1.11.0",
"babelify": "^7.3.0",
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"eslint": "^6.4.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-react": "^7.14.3",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"moment": "^2.25.3",
"node-dev": "^4.0.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react-loadable": "^5.5.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.2",
"webpack-require-http": "^0.4.3"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"antd": "^3.25.3",
"griffith": "^1.5.2",
"mockjs": "^1.1.0",
"mysql": "^2.17.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"video.js": "^7.7.5",
"xgplayer": "^2.9.2",
"chimee-mobile-player": "^0.2.8"
}
}