-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.43 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
{
"name": "thay-ai-49",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@google/genai": "^1.32.0",
"@mlc-ai/web-llm": "^0.2.80",
"@react-three/drei": "^9.120.0",
"@react-three/fiber": "^9.0.0-rc.3",
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@vitejs/plugin-react": "^5.1.2",
"fake-indexeddb": "^6.2.5",
"happy-dom": "^20.3.7",
"idb": "^8.0.3",
"lucide-react": "^0.559.0",
"onnxruntime-web": "1.17.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"scheduler": "^0.23.2",
"sentiment": "^5.0.2",
"three": "^0.170.0",
"tone": "^14.7.77",
"vite": "^7.2.7",
"vitest": "^4.0.18",
"zustand": "^5.0.3"
},
"devDependencies": {
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.14.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/sentiment": "^5.0.4",
"@vitejs/plugin-react": "^5.0.0",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}