-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "okapi-webstore",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx prisma db push && npx prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.19.1",
"@radix-ui/react-accordion": "^1.2.1",
"@react-three/drei": "^9.112.0",
"@react-three/fiber": "^8.17.7",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^4.4.0",
"@types/three": "^0.168.0",
"@vercel/analytics": "^1.3.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"daisyui": "^4.12.10",
"dotenv": "^16.4.5",
"framer-motion": "^11.13.1",
"globby": "^14.0.2",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"next-auth": "^4.24.7",
"next-themes": "^0.4.4",
"nodemailer": "^6.9.15",
"react": "^18",
"react-dom": "^18",
"react-schemaorg": "^2.0.0",
"stripe": "^16.11.0",
"tailwind-merge": "^2.5.5",
"three": "^0.168.0",
"zod": "^3.23.8",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@types/node": "^20.17.3",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}