mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 10:48:17 +00:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@ali/rax-app-demo",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "build-scripts build",
|
|
"start": "build-scripts start",
|
|
"lint": "eslint --ext .js --ext .jsx ./"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-datasource-engine": "*",
|
|
"@ali/lowcode-datasource-url-params-handler": "*",
|
|
"@ali/lowcode-datasource-fetch-handler": "*",
|
|
"@ali/lowcode-datasource-mtop-handler": "*",
|
|
"@ali/lowcode-datasource-mopen-handler": "*",
|
|
"universal-env": "^3.2.0",
|
|
"intl-messageformat": "^9.3.6",
|
|
"rax": "^1.1.0",
|
|
"rax-app": "^2.0.0",
|
|
"rax-document": "^0.1.0",
|
|
"rax-view": "^1.0.0",
|
|
"rax-text": "^1.0.0",
|
|
"rax-link": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"build-plugin-rax-app": "^5.0.0",
|
|
"@alib/build-scripts": "^0.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.11.0",
|
|
"@typescript-eslint/parser": "^2.11.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-rax": "^0.1.0",
|
|
"eslint-plugin-import": "^2.20.0",
|
|
"eslint-plugin-module": "^0.1.0",
|
|
"eslint-plugin-react": "^7.18.0",
|
|
"@ali/build-plugin-rax-app-def": "^1.0.0"
|
|
}
|
|
}
|