mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@ali/lowcode-renderer-core",
|
|
"version": "1.0.80",
|
|
"description": "renderer core",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"scripts": {
|
|
"test": "build-scripts test --config build.test.json",
|
|
"build": "build-scripts build --skip-demo"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.alibaba-inc.com:ali-lowcode/ali-lowcode-engine.git"
|
|
},
|
|
"dependencies": {
|
|
"@ali/b3-one": "^0.0.17",
|
|
"@ali/bzb-request": "^2.6.0-beta.13",
|
|
"@ali/lib-mtop": "^2.5.1",
|
|
"@ali/lowcode-datasource-engine": "^1.0.22",
|
|
"@ali/lowcode-types": "1.0.80",
|
|
"@ali/lowcode-utils": "1.0.80",
|
|
"classnames": "^2.2.6",
|
|
"debug": "^4.1.1",
|
|
"fetch-jsonp": "^1.1.3",
|
|
"intl-messageformat": "^9.3.1",
|
|
"jsonuri": "^2.1.2",
|
|
"lodash": "^4.17.11",
|
|
"moment": "^2.24.0",
|
|
"prop-types": "^15.7.2",
|
|
"react-is": "^16.10.1",
|
|
"serialize-javascript": "^1.7.0",
|
|
"socket.io-client": "^2.2.0",
|
|
"whatwg-fetch": "^3.0.0",
|
|
"zen-logger": "^1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/classnames": "^2.2.11",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/lodash": "^4.14.167",
|
|
"@types/node": "^13.7.1",
|
|
"@types/prop-types": "^15.7.3",
|
|
"@types/serialize-javascript": "^5.0.0",
|
|
"build-plugin-component": "^0.2.11"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.antfin-inc.com"
|
|
},
|
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
|
}
|