-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 916 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
31
32
33
34
35
36
37
38
{
"name": "instafoodies",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"apicache": "^1.6.3",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"collections": "^5.1.13",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase": "^9.18.0",
"firebase-admin": "^11.5.0",
"firebase-auth": "^0.1.2",
"firebase-tools": "^12.3.0",
"hashmap": "^2.4.0",
"joi": "^17.9.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.21",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.3"
},
"devDependencies": {
"@types/collections": "^5.1.2",
"cross-env": "^7.0.3"
}
}