-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 KB
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
55
56
{
"name": "devstyle_api",
"version": "1.0.0",
"description": "",
"type": "commonjs",
"main": "build/server.js",
"engines": {
"node": "^20.17.0"
},
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only server.ts",
"start": "node build/server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false",
"build": "tsc",
"vercel-build": "echo 'vercel-build'"
},
"author": "DevStyle",
"license": "ISC",
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@types/bcryptjs": "^2.4.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/socket.io": "^3.0.2",
"@types/validator": "^13.7.17",
"axios": "^1.6.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.39.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^6.10.0",
"fs": "^0.0.1-security",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.4.1",
"mongoose-history-diff": "^1.0.6",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.4",
"socket.io": "^4.7.2",
"stripe": "^13.3.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@types/ejs": "^3.1.2",
"@types/node": "^20.8.10",
"@types/node-cron": "^3.0.8",
"@types/nodemailer": "^6.4.9"
}
}