mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-05 01:49:59 +08:00
* fix(editor): 页面标题不要换行 * docs: 教程与stageCore * fix(editor): runtime.updateRootConfig可以为空 * fix(editor): 编辑组件是获取parent需要获取到Proxy * fix(editor): 默认page属性值加上layout * fix(stage): magic注入时机应当在iframe onload之后 * chore: release v1.0.0-rc.11 * chore: 更新changlog Co-authored-by: roymondchen <roymondchen@tencent.com>
27 lines
545 B
JSON
27 lines
545 B
JSON
{
|
|
"name": "@tmagic/ui-react",
|
|
"version": "1.0.0-rc.11",
|
|
"main": "src/index.ts",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"scripts": {
|
|
"react:build": "tsc && vite build"
|
|
},
|
|
"dependencies": {
|
|
"@tmagic/schema": "1.0.0-rc.11",
|
|
"qrcode": "^1.5.0",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.37",
|
|
"@types/react-dom": "^17.0.11",
|
|
"typescript": "^4.3.4"
|
|
}
|
|
}
|