-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 848 Bytes
/
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
{
"name": "downthehole.wtf",
"private": true,
"description": "A conversational rabbit hole!",
"type": "module",
"scripts": {
"build": "vite build",
"compile:check": "tsc",
"dev": "vite",
"format:check": "biome format",
"format": "biome format --write",
"lint": "biome lint --error-on-warnings",
"preview": "vite preview",
"upgrade": "npm-check-updates --upgrade"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.6",
"@ai-sdk/mistral": "^1.1.6",
"@ai-sdk/openai": "^1.1.9",
"@preact/signals": "^2.0.1",
"ai": "^4.1.17",
"preact": "^10.25.4",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.0.3",
"npm-check-updates": "^17.1.14",
"tailwindcss": "^4.0.3",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}