mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
17 lines
264 B
JSON
17 lines
264 B
JSON
{
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"nohoist": [
|
|
"**/css-modules-typescript-loader",
|
|
"**/@alife/theme-lowcode-*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^1.11.1",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|