mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@alilc/lowcode-rax-renderer",
|
|
"version": "1.1.7",
|
|
"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.1.7",
|
|
"@alilc/lowcode-utils": "1.1.7",
|
|
"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": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues"
|
|
}
|