tmagic-editor/packages/ui/package.json
2025-03-27 16:30:51 +08:00

42 lines
983 B
JSON

{
"version": "1.5.12",
"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": "packages/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": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}