-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 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
32
33
{
"name": "mindmirror",
"version": "1.0.0",
"description": "AI-Powered Virtual Therapist with Tavus and ElevenLabs",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.1",
"@supabase/supabase-js": "^2.39.3",
"lucide-react": "^0.263.1",
"framer-motion": "^10.16.4",
"date-fns": "^2.30.0",
"crypto-js": "^4.1.1",
"axios": "^1.6.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.0",
"vite": "^4.4.5",
"vitest": "^0.34.0"
}
}