Files
fasto/package.json
Cauê Faleiros 28c75bbe13
All checks were successful
Build and Deploy / build-and-push (push) Successful in 4m19s
feat: setup docker, backend, and gitea pipeline for production
2026-02-23 15:21:28 -03:00

28 lines
601 B
JSON

{
"name": "ctms---commercial-team-management-system",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.0",
"lucide-react": "^0.574.0",
"recharts": "^3.7.0",
"express": "^4.18.2",
"cors": "^2.8.5",
"mysql2": "^3.9.1"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}