mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 12:50:38 +00:00
Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/3678180 * refactor: rax-provider * feat: add build command * chore: compilerOptions for rax-provider
34 lines
737 B
JSON
34 lines
737 B
JSON
{
|
|
"name": "@ali/lowcode-rax-provider",
|
|
"version": "1.0.7-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"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.7.2",
|
|
"rax": "^1.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ali/lowcode-runtime": "^1.0.7-0",
|
|
"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"
|
|
}
|
|
}
|