-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.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": "darwin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"server": "node server/index.js"
},
"dependencies": {
"@babel/standalone": "^7.28.5",
"@elevenlabs/elevenlabs-js": "^2.20.1",
"@fontsource/geist-mono": "^5.2.7",
"@google/genai": "^1.27.0",
"@livekit/components-react": "^2.9.15",
"@mysten/dapp-kit": "^0.19.7",
"@mysten/sui": "^1.43.1",
"@react-three/fiber": "^9.4.0",
"@react-three/postprocessing": "^3.0.4",
"@vapi-ai/web": "^2.5.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"fiber": "^1.0.4",
"framer-motion": "^12.23.24",
"gsap": "^3.13.0",
"livekit-client": "^2.15.13",
"livekit-server-sdk": "^2.14.0",
"motion": "^12.23.24",
"ogl": "^1.0.11",
"postprocessing": "^6.37.8",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"three": "^0.180.0"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/node": "^24.9.2",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@types/three": "^0.180.0",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"typescript": "^5.9.3",
"vite": "^7.1.7"
}
}