mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@ali/lowcode-react-renderer",
|
|
"version": "1.0.75",
|
|
"description": "react renderer for ali lowcode engine",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"files": [
|
|
"lib",
|
|
"es"
|
|
],
|
|
"scripts": {
|
|
"test": "build-scripts test --config build.test.json",
|
|
"start": "build-scripts start",
|
|
"build": "build-scripts build --skip-demo"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.alibaba-inc.com:ali-lowcode/ali-lowcode-engine.git"
|
|
},
|
|
"keywords": [
|
|
"lowcode",
|
|
"engine",
|
|
"react"
|
|
],
|
|
"dependencies": {
|
|
"@ali/lowcode-renderer-core": "1.0.75",
|
|
"@alifd/next": "^1.21.16"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@alifd/next": "^1.19.17",
|
|
"build-plugin-component": "^0.2.10",
|
|
"build-plugin-fusion": "^0.1.0",
|
|
"build-plugin-moment-locales": "^0.1.0",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-test-renderer": "^16"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://registry.npm.alibaba-inc.com"
|
|
},
|
|
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.21/build/index.html",
|
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
|
}
|