{ "version": "1.6.0-beta.0", "name": "@tmagic/ui", "type": "module", "main": "dist/tmagic-ui.js", "types": "types/index.d.ts", "files": [ "src", "dist", "types" ], "engines": { "node": ">=18" }, "license": "Apache-2.0", "repository": { "directory": "runtime/ui", "type": "git", "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { "@tmagic/vue-button": "workspace:*", "@tmagic/vue-container": "workspace:*", "@tmagic/vue-img": "workspace:*", "@tmagic/vue-iterator-container": "workspace:*", "@tmagic/vue-overlay": "workspace:*", "@tmagic/vue-page": "workspace:*", "@tmagic/vue-page-fragment": "workspace:*", "@tmagic/vue-page-fragment-container": "workspace:*", "@tmagic/vue-qrcode": "workspace:*", "@tmagic/vue-text": "workspace:*" }, "peerDependencies": { "typescript": "catalog:" }, "peerDependenciesMeta": { "typescript": { "optional": true } } }