-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 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
{
"name": "image-kit-shop",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "node scripts/seed.js",
"mailtrap": "node scripts/mail-test.js"
},
"dependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"daisyui": "^4.12.20",
"dotenv": "^16.4.7",
"imagekit": "^6.0.0",
"imagekitio-next": "^1.0.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.468.0",
"mongoose": "^8.8.4",
"next": "^15.1.7",
"next-auth": "^4.24.11",
"nodemailer": "^6.9.16",
"razorpay": "^2.9.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "15.0.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5"
}
}