tmagic-editor/packages/form/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

63 lines
1.4 KiB
JSON

{
"version": "1.0.0-rc.11",
"name": "@tmagic/form",
"sideEffects": [
"dist/*",
"src/theme/*"
],
"main": "dist/tmagic-form.umd.js",
"module": "dist/tmagic-form.es.js",
"style": "dist/style.css",
"types": "dist/types/src/index.d.ts",
"exports": {
".": {
"import": "./dist/tmagic-form.es.js",
"require": "./dist/tmagic-form.umd.js"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
},
"./*": "./*"
},
"license": "Apache-2.0",
"scripts": {
"build": "vite build"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@element-plus/icons": "0.0.11",
"@tmagic/utils": "1.0.0-rc.11",
"element-plus": "^2.2.0",
"lodash-es": "^4.17.21",
"moment": "^2.29.2",
"sortablejs": "^1.14.0",
"vue": "^3.2.0"
},
"peerDependencies": {
"element-plus": "^2.2.0",
"vue": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.12.4",
"@types/sortablejs": "^1.10.7",
"@vitejs/plugin-vue": "^1.2.3",
"@vitejs/plugin-vue-jsx": "^1.1.6",
"@vue/compiler-sfc": "^3.2.0",
"@vue/test-utils": "^2.0.0",
"sass": "^1.35.1",
"typescript": "^4.3.4",
"vite": "^2.3.7",
"vite-plugin-dts": "^0.9.6",
"vue-tsc": "^0.0.24"
}
}