mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@ali/lowcode-editor-core",
|
|
"version": "1.0.63",
|
|
"description": "Core Api for Ali lowCode engine",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-types": "1.0.63",
|
|
"@ali/lowcode-utils": "1.0.63",
|
|
"@alifd/next": "^1.19.16",
|
|
"@recore/obx": "^1.0.9",
|
|
"@recore/obx-react": "^1.0.8",
|
|
"classnames": "^2.2.6",
|
|
"debug": "^4.1.1",
|
|
"intl-messageformat": "^9.3.1",
|
|
"lodash.get": "^4.4.2",
|
|
"power-di": "^2.2.4",
|
|
"react": "^16",
|
|
"react-dom": "^16.7.0",
|
|
"store": "^2.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/lodash.get": "^4.4.6",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16",
|
|
"@types/react-dom": "^16",
|
|
"@types/store": "^2.0.2",
|
|
"build-plugin-component": "^0.2.11",
|
|
"build-plugin-fusion": "^0.1.0",
|
|
"build-plugin-moment-locales": "^0.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
|
}
|