-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.25 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
47
48
{
"name": "mitivelane_backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"devStart": "nodemon server.js",
"devStartAuth": "nodemon authServer.js",
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm install pm2 -g",
"start": "pm2-runtime start ecosystem.config.js --env production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^5.18.2",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"dotenv": "^10.0.0",
"draftjs-to-html": "^0.9.1",
"express": "^4.17.1",
"fast-geoip": "^1.1.62",
"file-type": "^17.1.3",
"firebase": "^9.15.0",
"firebase-admin": "^10.3.0",
"firebase-functions": "^4.1.1",
"handlebars": "^4.7.7",
"helmet": "^5.0.1",
"http-proxy-middleware": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"mongoose": "^6.4.6",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.7",
"nodemailer": "^6.7.5",
"request": "^2.88.2",
"socket.io": "^4.4.1",
"stripe": "^11.14.0",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/node": "^18.11.18",
"nodemon": "^2.0.15",
"typescript": "^4.9.4"
}
}