-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 838 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 838 Bytes
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
{
"name": "myapp",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.21.1",
"html-react-parser": "^5.1.18",
"http-status-codes": "^2.3.0",
"jose": "^5.9.6",
"moment": "^2.30.1",
"next": "15.0.2",
"nextjs-toploader": "^3.7.15",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-multi-carousel": "^2.8.5",
"sweetalert2": "^11.14.4"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.2",
"postcss": "^8.4.47",
"prisma": "^5.21.1",
"tailwindcss": "^3.4.14"
}
}