mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
38 lines
932 B
JSON
38 lines
932 B
JSON
{
|
|
"name": "@alilc/lowcode-utils",
|
|
"version": "1.0.13",
|
|
"description": "Utils for Ali lowCode engine",
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"test": "build-scripts test --config build.test.json",
|
|
"build": "build-scripts build --skip-demo"
|
|
},
|
|
"dependencies": {
|
|
"@alifd/next": "^1.19.16",
|
|
"@alilc/lowcode-types": "1.0.13",
|
|
"lodash": "^4.17.21",
|
|
"react": "^16",
|
|
"zen-logger": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16",
|
|
"build-plugin-component": "^0.2.10"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/utils"
|
|
},
|
|
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6"
|
|
}
|