-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.81 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
{
"name": "the-rebirth-22",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toggle": "^1.1.9",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.50.0",
"@tiptap/pm": "^2.22.2",
"@tiptap/react": "^2.22.2",
"@tiptap/starter-kit": "^2.22.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dnd-kit": "^0.0.2",
"geist": "^1.4.2",
"jotai": "^2.12.5",
"lucide-react": "^0.522.0",
"next": "14.2.5",
"next-themes": "^0.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.58.1",
"reactflow": "^11.11.4",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.177.0",
"use-debounce": "^10.0.5",
"zustand": "^5.0.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.3.4",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/three": "^0.177.0",
"autoprefixer": "^10.4.21",
"eslint": "^8",
"eslint-config-next": "15.3.4",
"firebase": "^11.9.1",
"postcss": "^8.5.6",
"supabase": "^2.26.9",
"tailwindcss": "^3.4.17",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}
}