{ "name": "@govoplan/organizations-webui", "version": "0.1.17", "private": true, "type": "module", "main": "webui/src/index.ts", "module": "webui/src/index.ts", "types": "webui/src/index.ts", "exports": { ".": { "types": "./webui/src/index.ts", "import": "./webui/src/index.ts" }, "./styles/organizations.css": "./webui/src/styles/organizations.css" }, "files": [ "webui/src", "README.md", "LICENSE" ], "peerDependencies": { "@govoplan/core-webui": "^0.1.17", "@vitejs/plugin-react": "^5.2.0", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20", "react-router": ">=8.3.0 <9", "typescript": "^5.7.2", "vite": "^7.3.6" }, "peerDependenciesMeta": { "@govoplan/core-webui": { "optional": true } } }