37 lines
1,018 B
JSON
Executable file
37 lines
1,018 B
JSON
Executable file
{
|
|
"name": "@lilith/webmap-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lilith/api-client": "*",
|
|
"@lilith/auth-provider": "*",
|
|
"@lilith/service-react-bootstrap": "^1.2.0",
|
|
"@lilith/service-registry": "^1.3.0",
|
|
"@lilith/types": "*",
|
|
"@lilith/ui-developer-fab": "^1.0.11",
|
|
"@lilith/ui-router": "^1.2.0",
|
|
"@lilith/vite-version-plugin": "*",
|
|
"@lilith/webmap-shared": "*",
|
|
"@tanstack/react-query": "^5.90.19",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-router": "^7.12.0",
|
|
"react-router-dom": "^7.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs": "^2.2.0",
|
|
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
|
"@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"
|
|
}
|
|
}
|