-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-build.json
49 lines (49 loc) · 1.14 KB
/
package-build.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
{
"name": "openplanner",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ionic/react": "^7.4.2",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@turf/turf": "^6.5.0",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-to-draftjs": "^1.5.0",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.5",
"maplibre-gl": "^3.3.1",
"query-string": "^8.1.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-draft-wysiwyg": "^1.15.0",
"react-hot-toast": "^2.4.1",
"react-map-gl": "^7.1.6",
"react-mapbox-gl-draw": "^2.0.4",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"react-select": "^5.7.7",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"defaults",
"not ie 11"
]
}
}