-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 853 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
{
"name": "grubguide",
"version": "1.0.0",
"description": "A site for showing the best places to order from!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sequelize/mariadb": "^7.0.0-alpha.43",
"axios": "^1.7.5",
"dotenv": "^16.4.5",
"dropzone": "^6.0.0-beta.2",
"ejs": "^3.1.10",
"ejs-lint": "^2.0.0",
"express": "^4.19.2",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.0",
"knex": "^3.1.0",
"mariadb": "^3.4.0",
"mongoose": "^8.4.4",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.10.2",
"nodemon": "^3.1.4",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"sequelize": "^6.37.3",
"simple-body-validator": "^1.3.5"
}
}