-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
{
"name": "dc-react",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/dvgis/dc-react.git",
"homepage": "https://www.dvgis.cn",
"author": "Caven Chen <[email protected]>",
"keywords": [
"3D",
"webgl",
"map",
"globe",
"cesium",
"dc-sdk",
"react"
],
"scripts": {
"clean": "rimraf dist",
"serve": "webpack-dev-server --mode development",
"build": "yarn run clean && webpack --mode production"
},
"dependencies": {
"@dvgis/dc-sdk": "^2.2.5",
"antd": "^4.16.6",
"axios": "^0.21.1",
"history": "^5.0.0",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.6",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.0.0",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.41.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "^3.11.2"
}
}