-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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": "capital-projects",
"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",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "2.3.0",
"bootstrap": "^4.1.1",
"date-fns": "^1.29.0",
"dotenv": "^6.1.0",
"font-awesome": "^4.7.0",
"glyphicons": "^0.2.0",
"leaflet": "1.3.1",
"mapbox-gl": "0.47.0",
"next": "6.0.0",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-fontawesome": "^1.6.1",
"react-leaflet": "1.9.1",
"reactstrap": "6.0.1"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"gh-pages": "^1.1.0",
"prettier": "^1.12.1"
},
"resolutions": {
"graceful-fs": "4.2.3"
}
}