mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
35 lines
1020 B
JSON
35 lines
1020 B
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",
|
|
"rax-view": "^1.0.0",
|
|
"@alife/right-design-card": "*",
|
|
"rax-text": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iceworks/spec": "^1.0.0",
|
|
"rax-app": "^3.0.0",
|
|
"eslint": "^6.8.0",
|
|
"prettier": "^2.1.2",
|
|
"stylelint": "^13.7.2"
|
|
}
|
|
}
|