platform-codebase/features/webmap/frontend-public/package.json

33 lines
915 B
JSON
Executable file

{
"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": "workspace:*",
"@lilith/vite-version-plugin": "workspace:*",
"@lilith/webmap-shared": "workspace:*",
"@tanstack/react-query": "^5.90.19",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.12.0"
},
"devDependencies": {
"@lilith/configs": "^1.7.2",
"@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"
}
}