mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "@ali/lowcode-rax-renderer",
|
|
"version": "0.13.1-7",
|
|
"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-utils": "^0.13.1-7",
|
|
"@ali/ui-table": "^1.0.1-beta.6",
|
|
"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"
|
|
}
|