-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.44 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
{
"name": "citizen-connect",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"dev:admin": "vite serve --config vite.admin.config.js",
"dev:admin:host": "vite serve --host --config vite.admin.config.js",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"server": "node server.js"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@invertase/react-native-apple-authentication": "^2.4.1",
"@react-oauth/google": "^0.12.2",
"@supabase/supabase-js": "^2.86.0",
"@turf/turf": "^7.3.1",
"appwrite": "^21.4.0",
"axios": "^1.12.2",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"exifr": "^7.1.3",
"express": "^5.2.1",
"firebase": "^12.6.0",
"http-proxy": "^1.18.1",
"node-appwrite": "^20.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.9.1",
"recharts": "^3.5.1",
"remark-gfm": "^4.0.1",
"styled-components": "^6.1.19",
"twilio": "^5.10.7"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"vite": "^7.1.2"
}
}