-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 866 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
34
35
36
{
"name": "track-tasks",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0 OR MIT",
"type": "module",
"scripts": {
"dev": "vite --port=3000 --host=0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rf dist server.js",
"lint": "tsc --noEmit"
},
"dependencies": {
"@google/genai": "^2.22.0",
"@tailwindcss/vite": "^4.3.3",
"@vitejs/plugin-react": "^6.1.1",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"lucide-react": "^1.45.0",
"motion": "^13.2.0",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"vite": "^8.3.0"
},
"devDependencies": {
"@types/express": "^5.0.6",
"@types/node": "^26.5.1",
"autoprefixer": "^10.5.6",
"esbuild": "^0.28.2",
"tailwindcss": "^4.1.14",
"tsx": "^4.23.13",
"typescript": "~7.0.2",
"vite": "^8.3.0"
}
}