forked from nazirlouis/ada_v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 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
{
"name": "ada-v2",
"version": "1.0.0",
"description": "A.D.A V2 - AI Assistant",
"main": "electron/main.js",
"scripts": {
"dev": "concurrently -k \"vite\" \"wait-on tcp:5173 && npx electron .\"",
"build": "vite build",
"start": "npx electron ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.22-rc.20250304",
"@react-three/drei": "^9.99.0",
"@react-three/fiber": "^8.15.16",
"@types/three": "^0.160.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.0",
"lucide-react": "^0.300.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io-client": "^4.7.4",
"tailwind-merge": "^2.2.0",
"three": "^0.160.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"electron": "^28.2.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.0",
"wait-on": "^7.2.0"
}
}