-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "react-ant-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
"@reduxjs/toolkit": "^1.5.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"antd": "^4.15.2",
"classnames": "^2.3.1",
"echarts": "^4.9.0",
"enquire.js": "^2.1.6",
"leaflet": "^1.7.1",
"mapbox-gl": "^2.3.0",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-d3-components": "^0.9.1",
"react-dom": "^17.0.2",
"react-leaflet": ">=3.1.0 <3.2.0 || ^3.2.1",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"resize-detector": "^0.3.0",
"web-vitals": "^1.1.1"
},
"homepage": "http://joinwen.github.io/react-ant-admin",
"scripts": {
"start-o": "react-scripts start",
"build-o": "react-scripts build",
"test-o": "react-scripts test",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"gh-pages": "gh-pages -d build",
"prepare": "husky install"
},
"devDependencies": {
"@craco/craco": "^6.1.2",
"@loadable/component": "^5.14.1",
"craco-less": "^1.17.1",
"gh-pages": "^3.1.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"node-sass": "^4.14.1",
"prettier": "^2.2.1"
},
"lint-staged": {
"src/**/*.{js,css,md}": "prettier --write"
}
}