-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
78 lines (78 loc) · 2.14 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
{
"name": "updated_t3_stack",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"db:push": "prisma db push",
"db:studio": "prisma studio",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@clerk/nextjs": "^4.29.12",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@prisma/client": "^5.5.2",
"@react-three/drei": "^9.107.0",
"@react-three/fiber": "^8.16.8",
"@t3-oss/env-nextjs": "^0.7.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.43.2",
"@trpc/next": "^10.43.2",
"@trpc/react-query": "^10.43.2",
"@trpc/server": "^10.43.2",
"@tweenjs/tween.js": "^21.0.0",
"@types/three": "^0.158.2",
"bootstrap-icons": "^1.11.3",
"class-variance-authority": "^0.7.0",
"clerk": "^0.6.1",
"clsx": "^2.0.0",
"gsap": "^3.12.5",
"leva": "^0.9.35",
"lucid": "^0.0.1",
"lucide-react": "^0.303.0",
"next": "^14.0.4",
"postcss-focus-visible": "^9.0.1",
"radix-ui": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"sharp": "^0.33.1",
"superjson": "^1.13.3",
"tailwind-merge": "^2.2.0",
"three": "^0.165.0",
"tunnel": "^0.0.6",
"tunnel-rat": "^0.1.2",
"tweenjs": "^1.0.2",
"update": "^0.7.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/eslint": "^8.44.7",
"@types/node": "^18.18.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/tween.js": "^18.6.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"eslint-plugin-next": "^0.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.5.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.3"
},
"ct3aMetadata": {
"initVersion": "7.23.2"
},
"packageManager": "[email protected]"
}