1
0
mirror of synced 2026-03-25 04:28:34 +08:00

chore(ui): 将ui/ui-react从packages移入runtime中,不再跟随packags发布

This commit is contained in:
roymondchen
2025-05-19 16:16:03 +08:00
parent fc886715c7
commit 79f65fb516
10 changed files with 77 additions and 77 deletions

View File

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