{ "name": "@tmagic/ui-react", "version": "1.4.19", "type": "module", "main": "dist/tmagic-ui-react.js", "types": "types/index.d.ts", "files": [ "src" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/Tencent/tmagic-editor.git" }, "scripts": { "build": "vite build" }, "dependencies": { "@tmagic/react-button": "workspace:*", "@tmagic/react-container": "workspace:*", "@tmagic/react-img": "workspace:*", "@tmagic/react-iterator-container": "workspace:*", "@tmagic/react-overlay": "workspace:*", "@tmagic/react-page": "workspace:*", "@tmagic/react-page-fragment": "workspace:*", "@tmagic/react-page-fragment-container": "workspace:*", "@tmagic/react-qrcode": "workspace:*", "@tmagic/react-text": "workspace:*" }, "peerDependencies": { "typescript": "*" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "devDependencies": { "rimraf": "^3.0.2", "vite": "^5.3.5" } }