mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-07 13:48:27 +00:00
16 lines
389 B
JSON
16 lines
389 B
JSON
{
|
|
"name": "@alilc/renderer-core",
|
|
"version": "2.0.0-beta.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
|
|
"dependencies": {
|
|
"@alilc/lowcode-types": "1.3.2",
|
|
"lodash-es": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12"
|
|
}
|
|
}
|