2025-08-14 15:27:45 -03:00
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc -b && vite build",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-25 10:25:54 -03:00
|
|
|
"@nivo/bar": "^0.99.0",
|
2025-08-22 21:55:03 -03:00
|
|
|
"@tanstack/react-query": "^5.85.5",
|
|
|
|
|
"@types/d3-geo": "^3.1.0",
|
2025-08-25 10:25:54 -03:00
|
|
|
"@types/d3-shape": "^3.1.7",
|
2025-08-14 15:27:45 -03:00
|
|
|
"axios": "^1.11.0",
|
2025-08-22 21:55:03 -03:00
|
|
|
"d3-geo": "^3.1.1",
|
2025-08-25 10:25:54 -03:00
|
|
|
"d3-shape": "^3.2.0",
|
2025-08-14 15:27:45 -03:00
|
|
|
"react": "^19.1.1",
|
2025-08-22 21:55:03 -03:00
|
|
|
"react-dom": "^19.1.1",
|
|
|
|
|
"react-simple-maps": "github:ozimmortal/react-simple-maps#feat/react-19-support",
|
|
|
|
|
"react-tooltip": "^5.29.1"
|
2025-08-14 15:27:45 -03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.33.0",
|
2025-08-15 17:31:51 -03:00
|
|
|
"@types/geojson": "^7946.0.16",
|
2025-08-14 15:27:45 -03:00
|
|
|
"@types/react": "^19.1.10",
|
|
|
|
|
"@types/react-dom": "^19.1.7",
|
|
|
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
|
|
|
"eslint": "^9.33.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
|
|
|
"globals": "^16.3.0",
|
|
|
|
|
"typescript": "~5.8.3",
|
|
|
|
|
"typescript-eslint": "^8.39.1",
|
|
|
|
|
"vite": "^7.1.2"
|
|
|
|
|
}
|
|
|
|
|
}
|