44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^8.4.1",
|
|
"@capacitor/cli": "^7.6.7",
|
|
"@capacitor/core": "^8.4.1",
|
|
"@capacitor/geolocation": "^8.2.0",
|
|
"date-fns": "^4.4.0",
|
|
"jspdf": "^4.2.1",
|
|
"jspdf-autotable": "^5.0.8",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.284.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-leaflet": "^4.2.1",
|
|
"react-leaflet-cluster": "^2.1.0",
|
|
"react-quill": "^2.0.0",
|
|
"react-quill-new": "^3.8.3",
|
|
"socket.io-client": "^4.8.3",
|
|
"zustand": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.1",
|
|
"@types/leaflet": "^1.9.12",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"autoprefixer": "^10.5.0",
|
|
"postcss": "^8.5.15",
|
|
"tailwindcss": "^4.3.1",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^8.0.16"
|
|
}
|
|
}
|