mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-23 19:40:17 +00:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@alilc/rax-app-demo",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "rax-app start",
|
|
"build": "rax-app build",
|
|
"eslint": "eslint --ext .js,.jsx ./",
|
|
"stylelint": "stylelint \"**/*.{css,scss,less}\"",
|
|
"prettier": "prettier **/* --write",
|
|
"lint": "npm run eslint && npm run stylelint"
|
|
},
|
|
"dependencies": {
|
|
"@alilc/lowcode-datasource-engine": "latest",
|
|
"@alilc/lowcode-datasource-url-params-handler": "latest",
|
|
"@alilc/lowcode-datasource-fetch-handler": "latest",
|
|
"@alilc/lowcode-datasource-mtop-handler": "latest",
|
|
"@alilc/lowcode-datasource-mopen-handler": "latest",
|
|
"universal-env": "^3.2.0",
|
|
"intl-messageformat": "^9.3.6",
|
|
"rax": "^1.1.0",
|
|
"rax-document": "^0.1.6",
|
|
"@alilc/b6-page": "^0.1.0",
|
|
"@alilc/b6-text": "^0.1.0",
|
|
"@alilc/b6-compact-legao-builtin": "1.x",
|
|
"antd": "3.x",
|
|
"@alilc/b6-util-mocks": "1.x"
|
|
},
|
|
"devDependencies": {
|
|
"@iceworks/spec": "^1.0.0",
|
|
"rax-app": "^3.0.0",
|
|
"eslint": "^6.8.0",
|
|
"prettier": "^2.1.2",
|
|
"stylelint": "^13.7.2"
|
|
}
|
|
}
|