mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-06 11:25:54 +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>
57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"version": "1.0.0-rc.11",
|
|
"name": "@tmagic/table",
|
|
"sideEffects": [
|
|
"dist/*"
|
|
],
|
|
"main": "dist/tmagic-table.umd.js",
|
|
"module": "dist/tmagic-table.es.js",
|
|
"types": "dist/types/src/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/tmagic-table.es.js",
|
|
"require": "./dist/tmagic-table.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": {
|
|
"@tmagic/form": "1.0.0-rc.11",
|
|
"element-plus": "^2.2.0",
|
|
"lodash-es": "^4.17.21",
|
|
"vue": "^3.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@tmagic/form": "1.0.0-rc.11",
|
|
"element-plus": "^2.2.0",
|
|
"vue": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/color": "^3.0.1",
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/node": "^15.12.4",
|
|
"@vitejs/plugin-vue": "^1.2.3",
|
|
"@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"
|
|
}
|
|
}
|