-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.95 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.95 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
63
64
65
{
"name": "bewear-bootcamp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"drizzle": "pnpm exec drizzle-kit push",
"drizzle:studio": "pnpm exec drizzle-kit studio",
"drizzle:seed": "npx tsx --env-file=.env src/db/seed.ts",
"stripe": "C:UsershebDownloadsstripe_1.29.0_windows_x86_64stripe.exe",
"stripe:listen": "listen --forward-to localhost:3000/api/stripe/webhook"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@stripe/stripe-js": "7.8.0",
"@tanstack/react-query": "5.83.0",
"better-auth": "1.2.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "17.1.0",
"drizzle-orm": "0.44.2",
"lucide-react": "^0.536.0",
"next": "15.4.1",
"next-themes": "^0.4.6",
"pg": "8.16.3",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.62.0",
"react-number-format": "5.4.4",
"sonner": "^2.0.7",
"stripe": "18.4.0",
"tailwind-merge": "^3.3.1",
"zod": "^4.0.14"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "8.15.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"drizzle-kit": "0.31.4",
"eslint": "^9",
"eslint-config-next": "15.4.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"tailwindcss": "^4",
"tsx": "4.20.3",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
}
}