-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 790 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 790 Bytes
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
{
"name": "virtual-bg",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "bash scripts/download-model.sh && vue-tsc -b && vite build",
"preview": "vite preview",
"postinstall": "bash scripts/download-model.sh"
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.32",
"@primeuix/themes": "^1.0",
"@tailwindcss/vite": "^4.1",
"livekit-client": "^2.17",
"onnxruntime-web": "^1.24.3",
"primevue": "^4.3",
"tailwindcss": "^4.1",
"tailwindcss-primeui": "^0.5",
"vue": "^3.5"
},
"devDependencies": {
"@types/dom-webcodecs": "^0.1",
"@vitejs/plugin-vue": "^5.2",
"typescript": "^5.7",
"vite": "^6.2",
"vite-plugin-static-copy": "^2.3",
"vue-tsc": "^2"
}
}