-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.98 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
{
"name": "refactor-pondera",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortaine/fetch-event-source": "3.0.6",
"@iconify-json/f7": "1.2.1",
"@iconify-json/mingcute": "1.2.1",
"@iconify-json/ri": "1.2.3",
"@neondatabase/serverless": "^0.10.3",
"@radix-ui/react-alert-dialog": "1.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "1.2.1",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tooltip": "1.1.4",
"@t3-oss/env-nextjs": "0.11.1",
"@upstash/ratelimit": "2.0.4",
"@upstash/redis": "1.34.3",
"ai-stream-sdk": "0.0.11",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.36.2",
"framer-motion": "11.11.16",
"lucide-react": "0.456.0",
"nanoid": "5.0.8",
"next": "15.0.3",
"next-themes": "0.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"react-virtuoso": "4.12.0",
"rehype-katex": "7.0.1",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"sonner": "1.7.0",
"tailwind-merge": "2.5.4",
"tailwindcss-animate": "1.0.7",
"usehooks-ts": "3.1.0",
"zod": "3.23.8",
"zustand": "5.0.1"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "1.8.1",
"@innei/prettier": "0.15.0",
"@tailwindcss/typography": "0.5.15",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.0",
"eslint-config-next": "15.0.3",
"postcss": "8.4.49",
"prettier": "3.3.3",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}