-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"name": "client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config ./build/development.ts",
"build": "webpack --config ./build/production.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/clipboard": "^2.0.1",
"@types/html-webpack-plugin": "^3.2.0",
"@types/node": "^11.13.7",
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"@types/react-router": "^4.4.5",
"@types/react-router-dom": "^4.3.2",
"@types/webpack": "^4.4.27",
"@types/webpack-dev-server": "^3.1.5",
"@types/webpack-env": "^1.13.9",
"@types/webpack-merge": "^4.1.5",
"fork-ts-checker-webpack-plugin": "^1.3.3",
"tsconfig-paths": "^3.8.0",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"@antv/data-set": "^0.10.2",
"@antv/g2": "^3.5.3",
"antd": "^3.16.5",
"axios": "^0.18.0",
"clipboard": "^2.0.4",
"css-loader": "^2.1.1",
"dva": "^2.4.1",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"perf-inspector": "^0.0.1",
"react": "^16.8.6",
"react-css-modules": "^4.7.9",
"react-dom": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"sass": "^1.19.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-import-plugin": "^1.5.5",
"ts-loader": "^5.4.3",
"ts-node": "^8.1.0",
"typescript": "^3.4.4",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-merge": "^4.2.1"
}
}