{ "name": "@monorepo/ui", "version": "1.0.0", "description": "共享UI组件库", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "echo \"Building UI package...\"" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "antd": "catalog:", "react": "catalog:", "react-dom": "catalog:" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": {} }