-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 894 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
34
{
"name": "challenge-week-5",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon server/index.js",
"start": "node server/index.js",
"build": "npm install && npm install --prefix client && npm run build --prefix client && prisma generate && prisma migrate deploy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.6.0",
"@sentry/node": "^7.83.0",
"@sentry/profiling-node": "^1.2.6",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"imagekit": "^4.1.4",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.7"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"prisma": "^5.6.0",
"tailwindcss": "^3.3.5"
}
}