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