-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 918 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
{
"name": "take-back-day-microsite",
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"firebase": "^4.12.1",
"firebase-admin": "^5.12.0",
"material-ui": "^1.0.0-beta.39",
"material-ui-icons": "^1.0.0-beta.36",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scroll": "^1.7.7",
"recompose": "^0.26.0",
"styled-components": "^3.2.3",
"take-back-map": "git://github.com/ProgressiveHackNight/take-back-day-mapping#ddb34280b5bc5c82da88eea33348e2b185788578"
},
"devDependencies": {
"react-scripts": "1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"buildToServe": "REACT_APP_API_ENV=server react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"serve": "yarn buildToServe && node server"
}
}