-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.77 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
{
"name": "react-leaflet-draw-only-one-shape",
"version": "1.0.0",
"description": "React example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.jsx",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"antd": "^4.20.2",
"axios": "^0.27.2",
"gh-pages": "^3.2.3",
"leaflet": "1.6.0",
"leaflet-draw": "1.0.4",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-leaflet": "2.6.3",
"react-leaflet-control": "^2.1.2",
"react-leaflet-draw": "0.19.0",
"react-leaflet-drift-marker": "^3.0.0",
"react-leaflet-easyprint": "^2.0.0",
"react-leaflet-fullscreen": "^2.0.2",
"react-scripts": "^3.4.1",
"sass": "^1.51.0",
"style-loader": "^3.3.1",
"use-position": "^1.0.0",
"uuid": "^8.3.2",
"yarn": "^1.22.18"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"prettier": "^2.0.4",
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}