{ "name": "@govoplan/dist-lists-webui", "version": "0.1.14", "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/dist-lists.css": "./src/styles/dist-lists.css" }, "scripts": { "typecheck": "tsc --noEmit" }, "peerDependencies": { "@govoplan/core-webui": "^0.1.14", "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" }, "peerDependenciesMeta": { "@govoplan/core-webui": { "optional": true } } }