mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
34 lines
718 B
JSON
34 lines
718 B
JSON
{
|
|
"name": "@ali/lowcode-rax-provider",
|
|
"version": "0.8.14",
|
|
"private": true,
|
|
"description": "Rax Provider for Runtime",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"start": "build-scripts start"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.7.2",
|
|
"rax": "^1.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ali/lowcode-runtime": "^0.8.16",
|
|
"driver-universal": "^3.1.3",
|
|
"history": "^4.10.1",
|
|
"rax-use-router": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"build-plugin-rax-component": "^0.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npm.alibaba-inc.com"
|
|
}
|
|
}
|