mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
32 lines
757 B
JSON
32 lines
757 B
JSON
{
|
|
"name": "@ali/lowcode-utils",
|
|
"version": "1.0.79",
|
|
"description": "Utils for Ali lowCode engine",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"test": "build-scripts test --config build.test.json",
|
|
"build": "build-scripts build --skip-demo"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-types": "1.0.79",
|
|
"@alifd/next": "^1.19.16",
|
|
"lodash": "^4.17.21",
|
|
"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.antfin-inc.com"
|
|
},
|
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
|
}
|