{ "name": "@govoplan/dashboard-webui", "version": "0.1.6", "private": true, "type": "module", "main": "src/index.ts", "module": "src/index.ts", "types": "src/index.ts", "exports": { ".": { "types": "./src/index.ts", "import": "./src/index.ts" }, "./styles/dashboard.css": "./src/styles/dashboard.css" }, "peerDependencies": { "@govoplan/core-webui": "^0.1.6", "lucide-react": "^1.23.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.1.1" }, "peerDependenciesMeta": { "@govoplan/core-webui": { "optional": true } } }