-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 895 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
34
35
36
37
38
39
{
"name": "waifu",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "biome lint .",
"start": "next start",
"format": "biome format . --write"
},
"dependencies": {
"@ai-sdk/mistral": "^0.0.41",
"@ai-sdk/openai": "^0.0.24",
"@t3-oss/env-nextjs": "^0.10.1",
"ai": "^3.4.33",
"elevenlabs": "^0.7.0",
"geist": "^1.3.1",
"jotai": "^2.11.0",
"next": "^14.2.23",
"pixi-live2d-display": "^0.4.0",
"pixi.js": "^6.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "^18.3.18",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"ct3aMetadata": {
"initVersion": "7.34.0"
},
"packageManager": "[email protected]"
}