tmagic-editor/lerna.json
2022-05-17 16:21:40 +08:00

26 lines
441 B
JSON

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