-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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": "mindmapbackend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "nodemon bin/www",
"migrate": "node_modules/sequelize-cli/lib/sequelize db:migrate",
"debug": "nodemon --inspect bin/www"
},
"dependencies": {
"archiver": "^3.1.1",
"aws-sdk": "^2.1316.0",
"axios": "^0.27.2",
"body-parser": "1.18.3",
"connect-session-sequelize": "^7.1.5",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"express": "~4.16.1",
"express-rate-limit": "^7.1.5",
"express-session": "^1.17.3",
"firebase-admin": "^11.3.0",
"moment": "^2.29.1",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"mysql": "^2.17.1",
"mysql2": "^2.2.5",
"node-cron": "^3.0.0",
"node-gcm": "^1.0.4",
"node-turn": "^0.0.6",
"node-xlsx": "^0.23.0",
"nodemailer": "^6.9.1",
"openai": "^3.3.0",
"otp-generator": "^4.0.1",
"read-excel-file": "^5.6.1",
"sequelize": "^6.6.2",
"socket.io": "2.4.1",
"text-to-image": "^5.2.0",
"web-push": "^3.4.4"
},
"devDependencies": {
"sequelize-cli": "^6.2.0"
}
}