{ "name": "@lilith/webmap-frontend", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "type-check": "tsc --noEmit" }, "dependencies": { "@lilith/api-client": "workspace:*", "@lilith/auth-provider": "workspace:*", "@lilith/service-react-bootstrap": "^1.2.0", "@lilith/types": "workspace:*", "@lilith/ui-developer-fab": "^1.0.11", "@lilith/vite-version-plugin": "workspace:*", "@lilith/webmap-shared": "workspace:*", "@tanstack/react-query": "^5.90.19", "react": "^19.2.3", "react-dom": "^19.2.3", "@lilith/ui-router": "1.2.0-dev.1769127628", "react-router-dom": "^7.12.0", "react-router": "^7.12.0" }, "devDependencies": { "@lilith/configs": "^2.2.0", "@lilith/vite-plugin-dependency-startup": "^1.1.0", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.7.0", "typescript": "^5.9.3", "vite": "^6.4.1" } }