tmagic-editor/runtime/vue2/package.json
jia000 0fe6e0ed75
release v1.0.0-rc.11 (#138)
* 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>
2022-06-17 17:13:22 +08:00

29 lines
737 B
JSON

{
"name": "runtime-vue2",
"version": "1.0.0-rc.11",
"private": true,
"scripts": {
"dev:vue2": "npm run build && npm run serve",
"start": "node scripts/dev.js && vite",
"build": "node scripts/build.js && vite build",
"serve": "vite preview --port 8077"
},
"dependencies": {
"@tmagic/schema": "1.0.0-rc.11",
"@tmagic/stage": "1.0.0-rc.11",
"@vue/composition-api": "1.0.5",
"vue": "^2.6.14"
},
"devDependencies": {
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"recast": "^0.20.4",
"rollup": "^2.25.0",
"rollup-plugin-external-globals": "^0.6.1",
"sass": "^1.35.1",
"vite": "^2.3.7",
"vite-plugin-vue2": "^2.0.1",
"vue-template-compiler": "^2.6.14"
}
}