-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.44 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.44 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "b-store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"test": "jest",
"test:watch": "jest --watch",
"email": "cp .env ./node_modules/react-email && email dev --dir email --port 3001"
},
"dependencies": {
"@auth/prisma-adapter": "^2.7.4",
"@hookform/resolvers": "^3.10.0",
"@neondatabase/serverless": "^0.10.4",
"@paypal/react-paypal-js": "^8.8.1",
"@prisma/adapter-neon": "^6.2.1",
"@radix-ui/react-alert-dialog": "^1.1.5",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toast": "^1.2.5",
"@react-email/components": "^1.0.8",
"@sentry/nextjs": "^10.45.0",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.6.0",
"@uploadthing/react": "^7.1.5",
"bcrypt-ts-edge": "3.0.1",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"embla-carousel-autoplay": "8.5.2",
"embla-carousel-react": "8.5.2",
"lucide-react": "0.473.0",
"motion": "12.34.3",
"next": "16.1.6",
"next-auth": "5.0.0-beta.30",
"next-themes": "0.4.4",
"query-string": "9.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-email": "3.0.7",
"react-hook-form": "7.54.2",
"react-textarea-autosize": "8.5.9",
"recharts": "2.15.4",
"resend": "6.9.3",
"slugify": "1.6.6",
"stripe": "17.6.0",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7",
"uploadthing": "7.4.4",
"vaul": "1.1.2",
"ws": "8.18.0",
"zod": "3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@prisma/client": "^6.2.1",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.16",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.5.13",
"bufferutil": "^4.0.9",
"dotenv": "^16.4.7",
"eslint": "^9",
"eslint-config-next": "15.1.5",
"jest": "^29.7.0",
"postcss": "^8",
"prisma": "^6.2.1",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}