Files
Elecciones-2025/Elecciones-Web/frontend/package.json

44 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@nivo/bar": "^0.99.0",
2025-09-04 11:27:12 -03:00
"@nivo/waffle": "^0.99.0",
"@tanstack/react-query": "^5.85.5",
"@types/d3-geo": "^3.1.0",
"@types/d3-shape": "^3.1.7",
"axios": "^1.11.0",
"d3-geo": "^3.1.1",
"d3-shape": "^3.2.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
2025-08-25 15:04:09 -03:00
"react-pdf": "^10.1.0",
2025-09-02 15:39:01 -03:00
"react-select": "^5.10.2",
"react-simple-maps": "github:ozimmortal/react-simple-maps#feat/react-19-support",
"react-tooltip": "^5.29.1"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
2025-08-15 17:31:51 -03:00
"@types/geojson": "^7946.0.16",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
2025-09-02 15:39:01 -03:00
"@types/react-select": "^5.0.0",
"@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"
}
}