Files
fn-registry agent f803067cb1 chore: initial sync
2026-04-28 22:12:49 +02:00

37 lines
934 B
JSON

{
"name": "voice-guide",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build",
"preview": "vite preview --host"
},
"dependencies": {
"@capacitor/android": "^8.3.0",
"@capacitor/cli": "^8.3.0",
"@capacitor/core": "^8.3.0",
"@mantine/charts": "^9.0.0",
"@mantine/core": "^9.0.0",
"@mantine/hooks": "^9.0.0",
"@mantine/notifications": "^9.0.0",
"@tabler/icons-react": "^3.41.1",
"leaflet": "^1.9.4",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-leaflet": "^5.0.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.14",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.0",
"postcss": "^8.5.8",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "~5.9.3",
"vite": "^8.0.0"
}
}