-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 783 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 783 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
32
33
34
35
{
"name": "endpoints2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"engines": {
"npm": "5.6.0",
"node": "9.5.0"
},
"dependencies": {
"@types/react": "^16.4.14",
"axios": "^0.18.0",
"body-parser": "~1.18.2",
"bootstrap": "^4.1.3",
"connect-redis": "^3.3.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"firebase-admin": "^6.0.0",
"jade": "~1.11.0",
"mime": "^2.3.1",
"morgan": "~1.9.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"reactstrap": "^6.4.0",
"redis": "^2.8.0",
"serve-favicon": "~2.4.5"
},
"devDependencies": {
"firebase": "^5.5.2"
}
}