-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 754 Bytes
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
{
"dependencies": {
"autoprefixer": "6.7.6",
"axios": "^0.16.2",
"babel-plugin-module-resolver": "2.5.0",
"babel-plugin-wrap-in-js": "^1.1.0",
"glob": "7.1.1",
"isomorphic-fetch": "^2.2.1",
"next": "beta",
"node-sass": "^4.4.0",
"normalize.css": "5.0.0",
"postcss-easy-import": "2.0.0",
"postcss-loader": "1.3.3",
"raw-loader": "^0.5.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-gmaps": "^1.6.0",
"react-map-gl": "^2.0.3",
"sass-loader": "^4.1.1",
"styled-jsx": "^1.0.5",
"validator": "^7.0.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^0.4.0"
}
}