mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"name": "@ali/lowcode-engine",
|
|
"version": "1.0.59",
|
|
"description": "Universal API for AliLowCode engine",
|
|
"main": "lib/engine-core.js",
|
|
"module": "es/engine-core.js",
|
|
"files": [
|
|
"dist",
|
|
"es",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"start": "build-scripts start",
|
|
"version:update": "node ./scripts/version.js",
|
|
"build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --skip-demo",
|
|
"cloud-build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.cloud.json && tnpm run version:update",
|
|
"test": "build-scripts test --config build.test.json --jest-passWithNoTests"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ali/lowcode-designer": "1.0.59",
|
|
"@ali/lowcode-editor-core": "1.0.59",
|
|
"@ali/lowcode-editor-setters": "1.0.30",
|
|
"@ali/lowcode-editor-skeleton": "1.0.59",
|
|
"@ali/lowcode-engine-ext": "^1.0.0",
|
|
"@ali/lowcode-plugin-designer": "1.0.59",
|
|
"@ali/lowcode-plugin-outline-pane": "1.0.59",
|
|
"@ali/lowcode-utils": "1.0.59",
|
|
"@ali/ve-i18n-util": "^2.0.0",
|
|
"@ali/ve-icons": "^4.1.9",
|
|
"@ali/ve-less-variables": "2.0.3",
|
|
"@ali/ve-popups": "^4.2.5",
|
|
"@ali/ve-utils": "^1.1.0",
|
|
"@ali/vu-css-style": "^1.1.3",
|
|
"@ali/vu-logger": "^1.0.7",
|
|
"@ali/vu-style-sheet": "^2.4.0",
|
|
"@alifd/next": "^1.19.12",
|
|
"@alife/theme-lowcode-dark": "^0.1.0",
|
|
"@alife/theme-lowcode-light": "^0.1.0",
|
|
"domready": "^1.0.8",
|
|
"immutable": "^3.8.1",
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@ali/lowcode-test-mate": "^1.0.1",
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/domready": "^1.0.0",
|
|
"@types/events": "^3.0.0",
|
|
"@types/react": "^16.8.3",
|
|
"@types/react-dom": "^16.8.2",
|
|
"build-plugin-fusion": "0.1.17-beta.0",
|
|
"build-plugin-moment-locales": "^0.1.0",
|
|
"build-plugin-react-app": "^1.8.0",
|
|
"fs-extra": "^9.0.1",
|
|
"prop-types": "^15.7.2",
|
|
"tsconfig-paths-webpack-plugin": "^3.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
|
}
|