-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.94 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.94 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
{
"name": "ai-health",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@supabase/supabase-js": "^2.84.0",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.7",
"esbuild": ">=0.25.0",
"framer-motion": "^12.23.24",
"google-auth-library": "^10.5.0",
"jose": "^6.1.2",
"lucide-react": "^0.555.0",
"motion": "^12.23.25",
"next": "16.1.5",
"next-themes": "^0.4.6",
"ogl": "^1.0.11",
"postgres": "^3.4.7",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-dropzone": "^14.3.8",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.4.0",
"three": "^0.181.2",
"zod": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.19.25",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.1",
"baseline-browser-mapping": "^2.8.32",
"drizzle-kit": "^0.31.7",
"esbuild": ">=0.25.0",
"eslint": "^9",
"eslint-config-next": "16.0.4",
"jsdom": "^27.2.0",
"shadcn": "^3.5.1",
"tailwindcss": "^4",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vitest": "^4.0.14"
},
"overrides": {
"esbuild": ">=0.25.0",
"jws": ">=4.0.1"
}
}