forked from AGTechathon-2-0/CodeCare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.9 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
55
56
57
58
59
60
61
62
{
"name": "swasthya-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"mobile:build": "next build && npx cap sync android",
"mobile:android": "powershell -ExecutionPolicy Bypass -File scripts/build-android.ps1",
"mobile:android:device": "powershell -ExecutionPolicy Bypass -File scripts/build-android.ps1 -Device",
"mobile:sync": "npx cap sync android",
"mobile:open": "npx cap open android"
},
"dependencies": {
"@ai-sdk/google": "^3.0.80",
"@ai-sdk/hume": "^2.0.33",
"@ai-sdk/openai": "^3.0.68",
"@capacitor/android": "^8.4.0",
"@capacitor/app": "^8.1.0",
"@capacitor/core": "^8.4.0",
"@capacitor/geolocation": "^8.2.0",
"@capacitor/splash-screen": "^8.0.1",
"@capacitor/status-bar": "^8.0.2",
"@google/genai": "^2.8.0",
"@humeai/voice-react": "^0.2.14",
"@pinecone-database/pinecone": "^7.2.0",
"@react-google-maps/api": "^2.20.8",
"ai": "^6.0.197",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@capacitor/cli": "^8.4.0",
"@eslint/js": "^9.16.0",
"@types/node": "^22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-config-next": "^15.1.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.6.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"typescript-eslint": "^8.60.1"
}
}