mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "@ali/lowcode-rax-simulator-renderer",
|
|
"version": "1.0.51",
|
|
"description": "rax simulator renderer for alibaba lowcode designer",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"license": "MIT",
|
|
"files": [],
|
|
"scripts": {
|
|
"build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build",
|
|
"cloud-build": "build-scripts build --skip-demo",
|
|
"test": "ava",
|
|
"test:snapshot": "ava --update-snapshots"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-designer": "1.0.51",
|
|
"@ali/lowcode-rax-renderer": "1.0.51",
|
|
"@ali/lowcode-types": "1.0.51",
|
|
"@ali/lowcode-utils": "1.0.51",
|
|
"@ali/recore-rax": "^1.2.4",
|
|
"@ali/vu-css-style": "^1.0.2",
|
|
"@recore/obx": "^1.0.8",
|
|
"classnames": "^2.2.6",
|
|
"driver-universal": "^3.1.3",
|
|
"history": "^5.0.0",
|
|
"lodash": "^4.17.19",
|
|
"rax-find-dom-node": "^1.0.0",
|
|
"rax-use-router": "^3.0.0",
|
|
"react": "^16",
|
|
"react-dom": "^16.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@babel/plugin-transform-react-jsx": "^7.10.4",
|
|
"@recore/obx": "^1.0.8",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/node": "^13.7.1",
|
|
"@types/rax": "^1.0.0",
|
|
"@types/react": "^16",
|
|
"@types/react-dom": "^16",
|
|
"build-plugin-component": "^0.2.11",
|
|
"build-plugin-rax-component": "^0.2.11"
|
|
},
|
|
"peerDependencies": {
|
|
"rax": "^1.1.0"
|
|
},
|
|
"ava": {
|
|
"compileEnhancements": false,
|
|
"snapshotDir": "test/fixtures/__snapshots__",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
},
|
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.49/build/index.html",
|
|
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
|
}
|