-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 794 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 794 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
{
"name": "api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"dependencies": {
"argon2": "^0.25.1",
"bootstrap": "^4.4.1",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-session": "^1.17.0",
"http-errors": "^1.6.3",
"morgan": "^1.9.1",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pg": "^7.17.1",
"pug": "^2.0.4",
"react-bootstrap-table-next": "^3.3.5",
"react-bootstrap-table2-filter": "^1.3.0",
"react-html5-camera-photo": "^1.5.4",
"react-router-dom": "^5.1.2",
"recharts": "^2.0.0-beta.1"
}
}