-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 845 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": "symptrack-ai-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --config frontend/vite.config.ts",
"build": "vite build --config frontend/vite.config.ts",
"preview": "vite preview --config frontend/vite.config.ts",
"lint": "tsc --noEmit"
},
"dependencies": {
"@vitejs/plugin-react": "^5.0.4",
"@tailwindcss/vite": "^4.1.14",
"axios": "^1.9.0",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"react-hook-form": "^7.84.0",
"tailwindcss": "^4.1.14",
"vite": "^6.2.3"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "~5.8.2"
},
"allowScripts": {
"esbuild@0.25.12": true
}
}