-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.4 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.4 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": "stdy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@ai-sdk/google": "^2.0.8",
"@ai-sdk/openai": "^2.0.19",
"@google/genai": "^1.14.0",
"@icons-pack/react-simple-icons": "^13.7.0",
"@next/third-parties": "^15.5.2",
"@phosphor-icons/react": "^2.1.10",
"@prisma/client": "^6.14.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@react-three/drei": "^10.7.3",
"@react-three/fiber": "^9.3.0",
"@react-three/postprocessing": "^3.0.4",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.55.0",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash": "^4.17.20",
"ai": "^5.0.22",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.12",
"google-one-tap": "^1.0.6",
"highlight.js": "^11.11.1",
"immer": "^10.1.1",
"katex": "^0.16.22",
"lodash": "^4.17.21",
"lucide-react": "^0.539.0",
"next": "^15.5.7",
"next-themes": "^0.4.6",
"openai": "^5.16.0",
"openai-edge": "^1.2.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"seedrandom": "^3.0.5",
"simple-icons": "^15.12.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"three": "^0.179.1",
"vaul": "^1.1.2",
"zod": "^3.25.76",
"zustand": "^5.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/google-one-tap": "^1.2.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/seedrandom": "^3.0.8",
"eslint": "^9",
"eslint-config-next": "15.4.6",
"prisma": "^6.14.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.7",
"typescript": "^5"
}
}