guardia-mall/frontend/package.json

32 lines
750 B
JSON

{
"name": "guardia-mall-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --port 3010",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.0.0",
"axios": "^1.7.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.18.2",
"lucide-react": "^0.400.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"recharts": "^2.12.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.5.0",
"vite": "^5.3.0"
}
}