-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "awesome-gis-rs-data",
"version": "0.2.0",
"private": true,
"homepage": "https://huanglii.github.io/awesome-gis-rs-data",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"build-data": "node scripts/build-data.js",
"build-image": "node scripts/build-image.js",
"predeploy": "npm run build-data && npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"antd": "^4.1.1",
"core-js": "^3.6.4",
"lodash": "^4.17.15",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.3.0"
},
"devDependencies": {
"babel-plugin-import": "^1.13.0",
"carlo": "^0.9.46",
"customize-cra": "^0.9.1",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.2.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"pinyin": "^2.9.0",
"puppeteer-core": "^2.1.1",
"randomcolor": "^0.5.4",
"react-app-rewired": "^2.1.5"
},
"browserslist": "> 1%, last 2 versions"
}