tmagic-editor/lerna.json
2022-06-01 18:15:55 +08:00

28 lines
499 B
JSON

{
"version": "1.0.0-rc.5",
"npmClient": "npm",
"packages": [
"packages/*",
"playground",
"runtime/*"
],
"command": {
"bootstrap": {
"hoist": true,
"strict": true,
"nohoist": [
"vue",
"react",
"react-dom",
"vue-template-compiler",
"@vue/test-utils",
"vite-plugin-vue2",
"element-plus",
"@element-plus/icons",
"@testing-library/vue",
"@vue/composition-api"
]
}
}
}