mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
42 lines
927 B
JSON
42 lines
927 B
JSON
{
|
|
"name": "@ali/lowcode-utils",
|
|
"version": "1.0.61",
|
|
"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.61",
|
|
"@ali/ve-inline-tip": "^3.0.2",
|
|
"@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"
|
|
},
|
|
"ava": {
|
|
"compileEnhancements": false,
|
|
"snapshotDir": "test/fixtures/__snapshots__",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
|
}
|