{ "name": "@govoplan/docs-webui", "version": "0.1.18", "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" } }, "files": [ "webui/src", "README.md" ], "peerDependencies": { "@govoplan/core-webui": "^0.1.18", "lucide-react": "^1.23.0", "react": ">=19.2.7 <20", "react-dom": ">=19.2.7 <20", "react-router": ">=8.3.0 <9", "@vitejs/plugin-react": "^5.2.0", "typescript": "^5.7.2", "vite": "^7.3.6" }, "peerDependenciesMeta": { "@govoplan/core-webui": { "optional": true } } }