-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.69 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.69 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
57
58
59
60
61
62
{
"name": "holosun",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"email": "email dev --dir ./src/emails --port 8080",
"indexnow": "node /src/lib/indexnow/index.js"
},
"dependencies": {
"@getbrevo/brevo": "^2.2.0",
"@prisma/client": "6.14.0",
"@react-email/components": "^0.0.19",
"@react-email/render": "^0.0.15",
"@sentry/nextjs": "^8.55.0",
"axios": "^1.8.4",
"axios-rate-limit": "^1.4.0",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"epdq": "^0.3.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.378.0",
"next": "15.3.6",
"nextjs-toploader": "^1.6.12",
"postcode": "^5.1.0",
"postcss": "^8.5.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-email": "^2.1.6",
"react-icons": "^5.5.0",
"react-use-cart": "^1.14.0",
"sharp": "0.32.6",
"use-debounce": "^10.0.4",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.30",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cssnano": "^7.0.6",
"daisyui": "^4.12.24",
"eslint": "^8.57.1",
"eslint-config-next": "15.3.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.6",
"fast-xml-parser": "^5.2.3",
"http": "0.0.1-security",
"https": "^1.0.0",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^6.14.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
}
}