@alilc/lowcode-rax-renderer
Version:
Rax renderer for Ali lowCode engine
55 lines (54 loc) • 1.32 kB
JSON
{
"name": "@alilc/lowcode-rax-renderer",
"version": "1.2.5",
"description": "Rax renderer for Ali lowCode engine",
"main": "lib/index.js",
"module": "es/index.js",
"miniappConfig": {
"main": "lib/miniapp/index",
"main:wechat": "lib/wechat-miniprogram/index"
},
"files": [
"dist",
"es",
"lib"
],
"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",
"build": "build-scripts build"
},
"dependencies": {
"@alilc/lowcode-renderer-core": "1.2.5",
"@alilc/lowcode-utils": "1.2.5",
"rax-find-dom-node": "^1.0.1"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.0",
"build-plugin-rax-component": "^0.2.11",
"driver-universal": "^3.1.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "http",
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/rax-renderer"
},
"license": "MIT",
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
"gitHead": "b2abb67440e8ed36aef465d2b072292acb27c4c3",
"bugs": "https://github.com/alibaba/lowcode-engine/issues"
}