mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
- @ali/lowcode-code-generator@0.9.0 - @ali/lowcode-demo-server@0.9.0 - @ali/lowcode-demo@0.9.0 - @ali/lowcode-designer@0.10.0 - @ali/lowcode-editor-core@0.9.0 - @ali/lowcode-editor-preset-general@0.10.0 - @ali/lowcode-editor-preset-vision@0.9.0 - @ali/lowcode-editor-setters@0.10.0 - @ali/lowcode-editor-skeleton@0.9.0 - @ali/lowcode-material-parser@0.10.0 - @ali/lowcode-plugin-components-pane@0.9.0 - @ali/lowcode-plugin-designer@0.10.0 - @ali/lowcode-plugin-event-bind-dialog@0.9.0 - @ali/lowcode-plugin-outline-pane@0.9.0 - @ali/lowcode-plugin-sample-logo@0.9.0 - @ali/lowcode-plugin-sample-preview@0.9.0 - @ali/lowcode-plugin-source-editor@0.9.0 - @ali/lowcode-plugin-undo-redo@0.9.0 - @ali/lowcode-plugin-variable-bind-dialog@0.9.0 - @ali/lowcode-plugin-zh-en@0.9.0 - @ali/lowcode-rax-provider@0.9.0 - @ali/lowcode-rax-simulator-renderer@0.9.0 - @ali/lowcode-react-provider@0.9.0 - @ali/lowcode-react-renderer@0.9.0 - @ali/lowcode-react-simulator-renderer@0.9.0 - @ali/lowcode-runtime@0.9.0 - @ali/lowcode-types@0.9.0 - @ali/lowcode-utils@0.9.0
40 lines
844 B
JSON
40 lines
844 B
JSON
{
|
|
"name": "@ali/lowcode-runtime",
|
|
"version": "0.9.0",
|
|
"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"
|
|
}
|
|
}
|