Files
ui/package.json
T
Armen Rohalov 63cc18e788 Enhance annotations: save/download, fallback classes, photo mode icons
Add local annotation save fallback, PNG+txt download with drawn boxes,
shared classColors helper, photo mode icon toggles, and react-dropzone
/ react-icons dependencies.
2026-04-17 23:33:00 +03:00

33 lines
758 B
JSON

{
"name": "azaion-ui",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"i18next": "^24.2.2",
"leaflet": "^1.9.4",
"react": "^19.0.0",
"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-router-dom": "^7.4.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.1",
"@types/leaflet": "^1.9.17",
"@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"
}
}