mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
- @ali/lowcode-code-generator@1.0.18 - @ali/lowcode-datasource-engine@1.0.17 - @ali/lowcode-datasource-fetch-handler@1.0.7 - @ali/lowcode-datasource-jsonp-handler@1.0.4 - @ali/lowcode-datasource-mopen-handler@1.0.7 - @ali/lowcode-datasource-mtop-handler@1.0.6 - @ali/lowcode-datasource-universal-mtop-handler@1.0.6 - @ali/lowcode-datasource-url-params-handler@1.0.6 - @ali/lowcode-demo-server@1.0.18 - @ali/lowcode-demo@1.0.18 - @ali/lowcode-designer@1.0.18 - @ali/lowcode-editor-core@1.0.18 - @ali/lowcode-editor-preset-general@1.0.18 - @ali/lowcode-editor-preset-vision@1.0.18 - @ali/lowcode-editor-setters@1.0.18 - @ali/lowcode-editor-skeleton@1.0.18 - @ali/lowcode-material-parser@1.0.18 - @ali/lowcode-plugin-components-pane@1.0.18 - @ali/lowcode-plugin-datasource-pane@1.0.17 - @ali/lowcode-plugin-designer@1.0.18 - @ali/lowcode-plugin-event-bind-dialog@1.0.17 - @ali/lowcode-plugin-outline-pane@1.0.17 - @ali/lowcode-plugin-sample-logo@1.0.17 - @ali/lowcode-plugin-sample-preview@1.0.17 - @ali/lowcode-plugin-source-editor@1.0.16 - @ali/lowcode-plugin-undo-redo@1.0.17 - @ali/lowcode-plugin-variable-bind-dialog@1.0.17 - @ali/lowcode-plugin-zh-en@1.0.17 - @ali/lowcode-rax-provider@1.0.17 - @ali/lowcode-rax-renderer@1.0.17 - @ali/lowcode-rax-simulator-renderer@1.0.17 - @ali/lowcode-react-provider@1.0.19 - @ali/lowcode-react-renderer@1.0.17 - @ali/lowcode-react-simulator-renderer@1.0.17 - @ali/lowcode-runtime@1.0.19 - @ali/lowcode-types@1.0.16 - @ali/lowcode-utils@1.0.17
40 lines
845 B
JSON
40 lines
845 B
JSON
{
|
|
"name": "@ali/lowcode-runtime",
|
|
"version": "1.0.19",
|
|
"description": "Runtime for Ali lowCode engine",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo",
|
|
"test": "ava",
|
|
"test:snapshot": "ava --update-snapshots"
|
|
},
|
|
"ava": {
|
|
"compileEnhancements": false,
|
|
"snapshotDir": "test/fixtures/__snapshots__",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ali/offline-events": "^1.0.0",
|
|
"history": "^4.10.1"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/node": "^13.7.1",
|
|
"build-plugin-component": "^0.2.16"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|