2021-09-02 20:39:11 +08:00

49 lines
1.1 KiB
JSON

{
"name": "@ali/lowcode-rax-renderer",
"version": "1.0.64",
"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": {
"@ali/lowcode-renderer-core": "1.0.64",
"@ali/lowcode-utils": "1.0.64",
"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": {
"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",
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
}