1
0
mirror of synced 2025-12-10 19:57:59 +08:00

build: package.json 中files增加src,移除sideEffects

This commit is contained in:
roymondchen
2024-06-17 16:24:06 +08:00
parent 80e42cc997
commit e4a06bd12d
16 changed files with 55 additions and 63 deletions

View File

@@ -32,14 +32,14 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"peerDependencies": {
"@tmagic/core": "workspace:*",
"@tmagic/editor": "workspace:*",
"@tmagic/form": "workspace:*",
"@tmagic/utils": "workspace:*",
"@tmagic/schema": "workspace:*",
"@tmagic/stage": "workspace:*",
"element-plus": "^2.7.5",
"vue": "^3.4.27"
"@tmagic/core": ">=1.4.8",
"@tmagic/editor": ">=1.4.8",
"@tmagic/form": ">=1.4.8",
"@tmagic/utils": ">=1.4.8",
"@tmagic/schema": ">=1.4.8",
"@tmagic/stage": ">=1.4.8",
"element-plus": ">=2.7.5",
"vue": ">=3.4.27"
},
"devDependencies": {
"@types/node": "^18.19.0",