34 lines
813 B
JSON
34 lines
813 B
JSON
{
|
|
"name": "equitask-frontend",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.28.9",
|
|
"date-fns": "^3.6.0",
|
|
"idb": "^8.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.22.3",
|
|
"recharts": "^2.12.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0",
|
|
"vite-plugin-pwa": "^0.19.8",
|
|
"workbox-precaching": "^7.1.0",
|
|
"workbox-routing": "^7.1.0",
|
|
"workbox-strategies": "^7.1.0"
|
|
}
|
|
}
|