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