-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.03 KB
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
38
39
40
41
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"bootstrap": "^5.0.0-alpha3",
"cookie-parser": "^1.4.5",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv-safe": "^8.2.0",
"express": "^4.17.1",
"express-react-views": "^0.11.0",
"express-session": "^1.17.1",
"firebase-admin": "^9.4.1",
"firebase-functions": "^3.12.0",
"jade-bootstrap": "^1.0.14",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.18",
"multer": "^1.4.2",
"nodemailer": "^6.4.16",
"nodemon": "^2.0.6",
"pug": "^3.0.0",
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-cookie": "^4.0.3",
"react-cookies": "^0.1.1",
"react-dom": "^17.0.1",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"universal-cookie": "^4.0.4",
"universal-cookie-express": "^4.0.3"
}
}