mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"tslib": "^1.9.3",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"nohoist": [
|
|
"**/css-modules-typescript-loader",
|
|
"**/@alife/theme-lowcode-*"
|
|
]
|
|
},
|
|
"engines" : { "node" : "^10" }
|
|
}
|