{ "version": "1.4.7", "name": "@tmagic/ui-vue2", "type": "module", "main": "src/index.ts", "files": [ "src" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { "qrcode": "^1.5.0" }, "peerDependencies": { "@tmagic/core": "workspace:*", "@tmagic/schema": "workspace:*", "@tmagic/utils": "workspace:*", "vue": ">=2.7.4", "typescript": "*" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "devDependencies": { "vue-template-compiler": "^2.7.4" } }