1
0
mirror of synced 2026-03-23 02:58:34 +08:00

feat: 统一vue ui组件,将ui中的组件独立成包

This commit is contained in:
roymondchen
2024-08-08 20:52:10 +08:00
committed by roymondchen
parent 5ed534e364
commit 3758cf8e0a
131 changed files with 1270 additions and 2447 deletions

View File

@@ -0,0 +1,37 @@
{
"version": "0.0.1",
"name": "@tmagic/vue-text",
"type": "module",
"main": "src/index.ts",
"files": [
"src"
],
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"vue-demi": "^0.14.10"
},
"peerDependencies": {
"@tmagic/schema": "workspace:*",
"@tmagic/vue-runtime-help": "workspace:*",
"@vue/composition-api": ">=1.7.2",
"typescript": "*",
"vue": ">=2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"@vue/composition-api": {
"optional": true
},
"@tmagic/schema": {
"optional": true
}
}
}