-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "abutters-app",
"version": "0.0.0",
"description": "",
"license": "CC0-1.0",
"scripts": {
"dev": "next",
"build": "next build && next export",
"deploy": "next build && next export && touch out/.nojekyll && gh-pages -d out --dotfiles"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.5.1",
"@turf/buffer": "^4.7.3",
"bootstrap": "^4.3.1",
"date-fns": "^1.30.1",
"dotenv": "^8.2.0",
"esri-leaflet": "^2.3.0",
"esri-leaflet-gp": "^2.0.3",
"font-awesome": "^4.7.0",
"glyphicons": "^0.2.0",
"leaflet": "^1.5.1",
"mapbox-gl": "^0.47.0",
"next": "^6.1.2",
"react": "^16.8.6",
"react-csv": "^1.1.2",
"react-dom": "^16.8.6",
"react-fontawesome": "^1.6.1",
"react-leaflet": "^1.9.1",
"reactstrap": "^6.5.0"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^2.7.0",
"eslint-plugin-react": "^7.14.3",
"gh-pages": "^1.2.0",
"prettier": "^1.18.2"
}
}