-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "santa",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:api": "node server.js",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@daily-co/daily-js": "^0.85.0",
"@daily-co/daily-react": "^0.24.0",
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/face_mesh": "^0.4.1633559619",
"@tavus/cvi-ui": "^0.0.1",
"@upstash/redis": "^1.35.6",
"@vercel/kv": "^3.0.0",
"botid": "^1.5.10",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"jotai": "^2.15.1",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"vercel": "^48.10.7",
"vite": "^7.2.2"
}
}