mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
25 lines
408 B
JSON
25 lines
408 B
JSON
{
|
|
"version": "1.0.0-beta.1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|