-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.37 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
{
"name": "cropcare-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "tsx server.ts",
"build": "vite build",
"start": "node server.ts",
"clean": "rm -rf dist",
"lint": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^1.29.0",
"@tailwindcss/vite": "^4.1.14",
"@types/cors": "^2.8.19",
"@types/express-session": "^1.18.2",
"@types/morgan": "^1.9.10",
"@types/passport": "^1.0.17",
"@types/passport-google-oauth20": "^2.0.17",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^5.0.4",
"clsx": "^2.1.1",
"cors": "^2.8.6",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"express": "^4.22.1",
"express-session": "^1.19.0",
"firebase": "^12.11.0",
"lucide-react": "^0.546.0",
"morgan": "^1.10.1",
"motion": "^12.23.24",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sqlite": "^5.1.1",
"sqlite3": "^6.0.1",
"tailwind-merge": "^3.5.0",
"uuid": "^13.0.0",
"vite": "^6.2.0"
},
"devDependencies": {
"@types/express": "^4.17.25",
"@types/node": "^22.14.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.21",
"tailwindcss": "^4.1.14",
"tsx": "^4.21.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}