-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
79 lines (79 loc) · 2.54 KB
/
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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "chadnext",
"version": "1.7.0",
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"dev:email": "email dev -p 9000",
"dev:content": "velite build --watch",
"build:content": "velite build --clean",
"build": "pnpm build:content && prisma generate && prisma db push && next build",
"start": "next start",
"lint": "next lint --dir src",
"format": "prettier --write 'src/**/*.{ts,tsx,js,jsx,css}'",
"preinstall": "lefthook install",
"release": "release-it"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@prisma/client": "^5.22.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@react-email/components": "^0.0.28",
"@serwist/next": "^9.0.10",
"@uploadthing/react": "^7.1.1",
"arctic": "^2.2.2",
"dayjs": "^1.11.13",
"input-otp": "^1.4.1",
"lucide-react": "^0.460.0",
"nanoid": "^5.0.8",
"next": "15.0.3",
"next-international": "^1.3.1",
"next-themes": "^0.4.3",
"postcss": "8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-email": "3.0.2",
"react-hook-form": "^7.53.2",
"resend": "^4.0.0",
"stripe": "^14.25.0",
"uploadthing": "^7.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "8.56.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^8.10.0",
"lefthook": "^1.8.4",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.22.0",
"release-it": "^17.10.0",
"release-it-pnpm": "^4.6.3",
"serwist": "^9.0.10",
"tailwind-merge": "^2.5.4",
"tailwindcss": "3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.3",
"velite": "0.2.1"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}