-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.08 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.08 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
{
"name": "foodigo",
"version": "0.0.1",
"description": "FYP Senior Project",
"main": "index.js",
"scripts": {
"dev": "nodemon api/server.js",
"build": "npm install && npm install --prefix ViteApp && npm run build --prefix ViteApp && npm install --prefix Dashboard && npm run build --prefix Dashboard",
"start": "node api/server.js"
},
"keywords": [],
"author": "",
"type": "module",
"license": "ISC",
"dependencies": {
"axios": "^1.10.0",
"bcryptjs": "^3.0.2",
"convert-units": "^2.3.4",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"firebase": "^11.9.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.16.0",
"multer": "^2.0.1",
"node-cache": "^5.1.2",
"node-cron": "^4.1.0",
"nodemailer": "^7.0.3",
"p-limit": "^7.1.1",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^3.1.10"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}