-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 915 Bytes
/
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
{
"name": "img2geojson",
"version": "0.1.0",
"private": true,
"homepage": "http://caseymm.github.io/img2geojson",
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.0",
"@turf/turf": "^6.5.0",
"dotenv": "^16.0.0",
"gh-pages": "^3.2.3",
"mapbox-gl": "^2.7.1",
"mapbox-gl-draw-freehand-mode": "^2.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.1",
"react-router-dom": "^6.2.2",
"react-scripts": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": [
"defaults",
"not ie 11"
],
"author": "caseymm",
"license": "MIT",
"devDependencies": {
"sass": "^1.49.9"
}
}