-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.91 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 3.91 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "aituber-kit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev-https": "next dev --experimental-https",
"build": "next build",
"start": "next build && next start",
"export": "next export",
"lint": "next lint",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"electron": "wait-on http://localhost:3000 && electron ./electron.mjs",
"desktop": "NEXT_PUBLIC_BACKGROUND_IMAGE_PATH=\"\" run-p dev electron",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"build:cloudflare": "node scripts/build-cloudflare.js",
"preview:cloudflare": "node scripts/build-cloudflare.js --preview",
"deploy:cloudflare": "node scripts/build-cloudflare.js --deploy"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.2",
"@ai-sdk/azure": "^3.0.2",
"@ai-sdk/cohere": "^3.0.2",
"@ai-sdk/deepseek": "^2.0.2",
"@ai-sdk/fireworks": "^2.0.28",
"@ai-sdk/google": "^3.0.2",
"@ai-sdk/mistral": "^3.0.2",
"@ai-sdk/openai": "^3.0.2",
"@ai-sdk/openai-compatible": "^2.0.2",
"@ai-sdk/perplexity": "^3.0.17",
"@ai-sdk/xai": "^3.0.3",
"@anthropic-ai/sdk": "^0.20.8",
"@azure/identity": "^4.13.0",
"@charcoal-ui/icons": "^5.1.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@google-cloud/text-to-speech": "^5.0.1",
"@google/generative-ai": "^0.11.3",
"@headlessui/react": "^2.2.9",
"@hello-pangea/dnd": "^18.0.1",
"@heroicons/react": "^2.1.5",
"@marp-team/marp-core": "^3.9.0",
"@marp-team/marpit": "^3.2.0",
"@mastra/core": "^1.1.0",
"@opennextjs/cloudflare": "^1.16.4",
"@openrouter/ai-sdk-provider": "^2.1.1",
"@pixiv/three-vrm": "^3.4.4",
"@supabase/supabase-js": "^2.89.0",
"@types/react-beautiful-dnd": "^13.1.8",
"@vercel/analytics": "^1.6.1",
"ai": "^6.0.6",
"axios": "^1.6.8",
"canvas": "^3.2.0",
"face-api.js": "^0.22.2",
"fluent-ffmpeg": "^2.1.3",
"formidable": "^3.5.1",
"glob": "^13.0.0",
"groq-sdk": "^0.3.3",
"i18next": "^23.6.0",
"idb": "^8.0.3",
"lodash": "^4.17.21",
"next": "^15.5.10",
"openai": "^4.104.0",
"pdfjs-dist": "^4.5.136",
"pixi-live2d-display-lipsyncpatch": "^0.5.0-ls-8",
"pixi.js": "^7.4.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.3.1",
"three": "^0.167.1",
"uuid": "^10.0.0",
"zod": "^3.25.76",
"zustand": "^4.5.4"
},
"devDependencies": {
"@charcoal-ui/tailwind-config": "^2.6.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@gltf-transform/core": "^2.4.6",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/dom-speech-recognition": "^0.0.1",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/formidable": "^3.4.6",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.21",
"@types/node": "^22.19.3",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.167.1",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.23",
"electron": "^39.2.7",
"electron-is-dev": "^3.0.1",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"fake-indexeddb": "^6.2.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.2.0",
"jest-mock": "^30.2.0",
"jest-mock-extended": "^4.0.0",
"node-mocks-http": "^1.17.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"prettier": "^3.7.4",
"sass": "^1.97.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.19",
"ts-jest": "^29.4.6",
"typescript": "5.0.2",
"wait-on": "^7.2.0",
"web-streams-polyfill": "^4.2.0",
"wrangler": "^4.64.0"
},
"engines": {
"node": "24.x"
}
}