-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "platepedia",
"version": "1.0.0",
"description": "A recipe sharing platform with video tutorials",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"vercel-build": "npm install pg pg-hstore && echo hello"
},
"dependencies": {
"@vercel/analytics": "^1.4.1",
"@vercel/postgres": "^0.10.0",
"@vercel/speed-insights": "^1.1.0",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"memory-cache": "^0.2.0",
"multer": "^1.4.5-lts.1",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.12.2",
"sql": "^0.78.0"
},
"devDependencies": {
"nodemon": "^3.0.2",
"sequelize-cli": "^6.6.2"
},
"engines": {
"node": "22.x"
},
"author": "A^2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AD-archer/FoodFinder-Recipeapp"
}
}