mirror of
https://github.com/azaion/ui.git
synced 2026-04-22 22:16:34 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "azaion-ui",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@hello-pangea/dnd": "^18.0.1",
|
|
"chart.js": "^4.5.1",
|
|
"i18next": "^24.2.2",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet-draw": "^1.0.4",
|
|
"leaflet-polylinedecorator": "^1.6.0",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^19.0.0",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-dom": "^19.0.0",
|
|
"react-dropzone": "^15.0.0",
|
|
"react-i18next": "^15.4.1",
|
|
"react-icons": "^5.6.0",
|
|
"react-leaflet": "^5.0.0",
|
|
"react-leaflet-draw": "^0.21.0",
|
|
"react-router-dom": "^7.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.1",
|
|
"@types/leaflet": "^1.9.17",
|
|
"@types/leaflet-draw": "^1.0.13",
|
|
"@types/leaflet-polylinedecorator": "^1.6.5",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"tailwindcss": "^4.1.1",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|