mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
- @ali/lowcode-code-generator@1.0.20 - @ali/lowcode-datasource-engine@1.0.20 - @ali/lowcode-datasource-fetch-handler@1.0.9 - @ali/lowcode-datasource-jsonp-handler@1.0.6 - @ali/lowcode-datasource-mopen-handler@1.0.9 - @ali/lowcode-datasource-mtop-handler@1.0.8 - @ali/lowcode-datasource-types@1.0.2 - @ali/lowcode-datasource-universal-mtop-handler@1.0.8 - @ali/lowcode-datasource-url-params-handler@1.0.8 - @ali/lowcode-demo-server@1.0.20 - @ali/lowcode-demo@1.0.20 - @ali/lowcode-designer@1.0.20 - @ali/lowcode-editor-core@1.0.20 - @ali/lowcode-editor-preset-general@1.0.20 - @ali/lowcode-editor-preset-vision@1.0.20 - @ali/lowcode-editor-setters@1.0.20 - @ali/lowcode-editor-skeleton@1.0.20 - @ali/lowcode-material-parser@1.0.20 - @ali/lowcode-plugin-components-pane@1.0.20 - @ali/lowcode-plugin-datasource-pane@1.0.19 - @ali/lowcode-plugin-designer@1.0.20 - @ali/lowcode-plugin-event-bind-dialog@1.0.19 - @ali/lowcode-plugin-outline-pane@1.0.19 - @ali/lowcode-plugin-sample-logo@1.0.19 - @ali/lowcode-plugin-sample-preview@1.0.19 - @ali/lowcode-plugin-source-editor@1.0.18 - @ali/lowcode-plugin-undo-redo@1.0.19 - @ali/lowcode-plugin-variable-bind-dialog@1.0.19 - @ali/lowcode-plugin-zh-en@1.0.19 - @ali/lowcode-rax-provider@1.0.19 - @ali/lowcode-rax-renderer@1.0.19 - @ali/lowcode-rax-simulator-renderer@1.0.19 - @ali/lowcode-react-provider@1.0.21 - @ali/lowcode-react-renderer@1.0.19 - @ali/lowcode-react-simulator-renderer@1.0.19 - @ali/lowcode-runtime@1.0.21 - @ali/lowcode-types@1.0.18 - @ali/lowcode-utils@1.0.19
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "@ali/lowcode-rax-renderer",
|
|
"version": "1.0.19",
|
|
"description": "Rax renderer for Ali lowCode engine",
|
|
"main": "lib/index.js",
|
|
"module": "lib/index.js",
|
|
"miniappConfig": {
|
|
"main": "lib/miniapp/index",
|
|
"main:wechat": "lib/wechat-miniprogram/index"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"es",
|
|
"lib",
|
|
"src",
|
|
"types"
|
|
],
|
|
"keywords": [
|
|
"low-code",
|
|
"lowcode",
|
|
"Rax"
|
|
],
|
|
"engines": {
|
|
"npm": ">=3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.7.2",
|
|
"rax": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "build-scripts start",
|
|
"prepublish": "npm run build",
|
|
"build": "build-scripts build"
|
|
},
|
|
"dependencies": {
|
|
"@ali/b3-one": "^0.0.17",
|
|
"@ali/bzb-request": "2.6.1",
|
|
"@ali/lib-mtop": "^2.5.1",
|
|
"@ali/lowcode-datasource-engine": "^1.0.20",
|
|
"@ali/lowcode-utils": "^1.0.19",
|
|
"classnames": "^2.2.6",
|
|
"debug": "^4.1.1",
|
|
"events": "^3.0.0",
|
|
"fetch-jsonp": "^1.1.3",
|
|
"fs-extra": "^9.0.1",
|
|
"intl-messageformat": "^9.3.1",
|
|
"jsonuri": "^2.1.2",
|
|
"keymaster": "^1.6.2",
|
|
"lodash": "^4.17.11",
|
|
"moment": "^2.24.0",
|
|
"rax-find-dom-node": "^1.0.1",
|
|
"rax-text": "^1.1.6",
|
|
"rax-view": "^1.0.0",
|
|
"react-is": "^16.10.1",
|
|
"serialize-javascript": "^1.7.0",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.0",
|
|
"build-plugin-rax-component": "^0.2.11",
|
|
"driver-universal": "^3.1.3"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-renderer@0.1.2/build/index.html"
|
|
}
|