mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
- @ali/lowcode-code-generator@0.8.6 - @ali/lowcode-demo@0.8.31 - @ali/lowcode-designer@0.9.21 - @ali/lowcode-editor-core@0.8.17 - @ali/lowcode-editor-preset-general@0.9.7 - @ali/lowcode-editor-preset-vision@0.8.22 - @ali/lowcode-editor-setters@0.9.4 - @ali/lowcode-editor-skeleton@0.8.27 - @ali/lowcode-plugin-components-pane@0.8.24 - @ali/lowcode-plugin-designer@0.9.21 - @ali/lowcode-plugin-event-bind-dialog@0.8.17 - @ali/lowcode-plugin-outline-pane@0.8.27 - @ali/lowcode-plugin-sample-logo@0.8.16 - @ali/lowcode-plugin-sample-preview@0.8.26 - @ali/lowcode-plugin-source-editor@0.8.14 - @ali/lowcode-plugin-undo-redo@0.8.26 - @ali/lowcode-plugin-variable-bind-dialog@0.8.15 - @ali/lowcode-plugin-zh-en@0.8.19 - @ali/lowcode-rax-provider@0.8.14 - @ali/lowcode-engine-rax-renderer@0.1.1 - @ali/lowcode-react-provider@0.8.15 - @ali/lowcode-react-renderer@0.8.9 - @ali/lowcode-react-simulator-renderer@0.8.27 - @ali/lowcode-runtime@0.8.16 - @ali/lowcode-types@0.8.7 - @ali/lowcode-utils@0.8.8
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"name": "@ali/lowcode-engine-rax-renderer",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@ali/b3-one": "^0.0.17",
|
|
"@ali/bzb-request": "2.6.1",
|
|
"@ali/lib-mtop": "^2.5.1",
|
|
"classnames": "^2.2.6",
|
|
"debug": "^4.1.1",
|
|
"events": "^3.0.0",
|
|
"fetch-jsonp": "^1.1.3",
|
|
"intl-messageformat": "^7.7.2",
|
|
"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.1.4",
|
|
"driver-universal": "^3.1.3"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"license": "MIT"
|
|
}
|