-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.1 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
{
"name": "vroom",
"version": "1.0.0",
"description": "A platform for people sleeping in their vehicles to find overnight parking",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack",
"deploy-firebase": "firebase deploy",
"deploy": "cd dist && cp ../now.json . && now && now alias && now rm vroom -y --safe"
},
"license": "MIT",
"dependencies": {
"bulma": "^0.7.2",
"bulma-extensions": "^4.0.1",
"bulma-slider": "^2.0.0",
"deck.gl": "^6.4.0",
"firebase": "^5.8.2",
"geofirex": "0.0.6",
"react": "^16.7.0",
"react-bulma-components": "^2.3.0",
"react-calendar": "^2.18.1",
"react-day-picker": "^7.2.4",
"react-dom": "^16.7.0",
"react-firebase-file-uploader": "^2.4.2",
"react-hot-loader": "^4.6.5",
"react-map-gl": "^4.0.10",
"react-map-gl-geocoder": "^1.6.3",
"react-router-dom": "^4.3.1",
"react-step-wizard": "^5.0.0",
"react-streetview": "^1.1.1",
"rxjs": "^6.4.0"
},
"devDependencies": {
"webpack-boiler": "^0.3.0"
},
"private": true
}