mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 10:34:02 +00:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "@alilc/lowcode-rax-simulator-renderer",
|
|
"version": "1.2.2",
|
|
"description": "rax simulator renderer for alibaba lowcode designer",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build",
|
|
"build:umd": "build-scripts build --config build.umd.json"
|
|
},
|
|
"dependencies": {
|
|
"@alilc/lowcode-designer": "1.2.2",
|
|
"@alilc/lowcode-rax-renderer": "1.2.2",
|
|
"@alilc/lowcode-types": "1.2.2",
|
|
"@alilc/lowcode-utils": "1.2.2",
|
|
"classnames": "^2.2.6",
|
|
"driver-universal": "^3.1.3",
|
|
"history": "^5.0.0",
|
|
"lodash": "^4.17.19",
|
|
"mobx": "^6.3.0",
|
|
"mobx-react": "^7.2.0",
|
|
"path-to-regexp": "3.2.0",
|
|
"rax-find-dom-node": "^1.0.0",
|
|
"react": "^16",
|
|
"react-dom": "^16.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@babel/plugin-transform-react-jsx": "^7.10.4",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/node": "^13.7.1",
|
|
"@types/rax": "^1.0.0",
|
|
"@types/react": "^16",
|
|
"@types/react-dom": "^16",
|
|
"build-plugin-rax-component": "^0.2.11"
|
|
},
|
|
"peerDependencies": {
|
|
"rax": "^1.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/rax-simulator-renderer"
|
|
},
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
|
|
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues"
|
|
}
|