mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
31 lines
705 B
JSON
31 lines
705 B
JSON
{
|
|
"name": "@ali/lowcode-utils",
|
|
"version": "1.0.71",
|
|
"description": "Utils for Ali lowCode engine",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-types": "1.0.71",
|
|
"@alifd/next": "^1.19.16",
|
|
"lodash.get": "^4.4.2",
|
|
"react": "^16"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16",
|
|
"build-plugin-component": "^0.2.10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
|
}
|