-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
{
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"check": "tsc && biome check --write",
"dev": "remix vite:dev",
"start": "wrangler pages dev ./build/client"
},
"dependencies": {
"@ai-sdk/anthropic": "1.0.1",
"@ai-sdk/openai": "1.0.2",
"@ai-sdk/xai": "1.0.2",
"@radix-ui/react-tooltip": "1.1.4",
"@remix-run/cloudflare-pages": "2.13.1",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@remix-run/serve": "^2.13.1",
"ai": "4.0.2",
"clsx": "2.1.1",
"isbot": "5.1.17",
"marked": "15.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "15.6.1",
"sonner": "1.7.0",
"tailwind-merge": "2.5.4",
"vite-tsconfig-paths": "5.0.1",
"zod": "3.23.8",
"zustand": "5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@iconify-json/lucide": "1.2.14",
"@iconify-json/vscode-icons": "1.2.2",
"@iconify/tailwind": "1.1.3",
"@remix-run/dev": "^2.13.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "15.5.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"wrangler": "3.84.0"
},
"engines": {
"node": ">=20.0.0"
}
}