41 lines
1.2 KiB
JSON

{
"name": "@ali/lowcode-react-simulator-renderer",
"version": "1.0.79",
"description": "react simulator renderer for alibaba lowcode designer",
"main": "lib/index.js",
"module": "es/index.js",
"license": "MIT",
"files": [
"es",
"lib"
],
"scripts": {
"test": "build-scripts test --config build.test.json",
"build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --skip-demo",
"cloud-build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --config build.cloud.json"
},
"dependencies": {
"@ali/lowcode-designer": "1.0.79",
"@ali/lowcode-react-renderer": "1.0.79",
"@ali/lowcode-types": "1.0.79",
"@ali/lowcode-utils": "1.0.79",
"classnames": "^2.2.6",
"mobx": "^6.3.0",
"mobx-react": "^7.2.0",
"react": "^16",
"react-dom": "^16.7.0"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.18",
"@types/classnames": "^2.2.7",
"@types/node": "^13.7.1",
"@types/react": "^16",
"@types/react-dom": "^16",
"build-plugin-component": "^0.2.11"
},
"publishConfig": {
"registry": "https://registry.antfin-inc.com"
},
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
}