-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
49
50
51
52
53
54
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node-dev --respawn --transpile-only index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/config": "^3.3.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^8.5.9",
"@types/lodash": "^4.14.192",
"@types/mongoose": "^5.11.97",
"@types/morgan": "^1.9.4",
"@types/node": "^18.15.11",
"@types/nodemailer": "^6.4.6",
"@types/sharp": "^0.31.0",
"@types/ws": "^8.5.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.20",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@typegoose/typegoose": "^11.0.0",
"@types/multer": "^1.4.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cloudinary": "^1.32.0",
"config": "^3.3.8",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.12.1",
"mongoose": "^7.0.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"redis": "^4.5.0",
"sharp": "^0.31.2",
"socket.io": "^4.5.4",
"stripe": "^11.5.0",
"ws": "^8.11.0",
"zod": "^3.19.1"
}
}