console/package.json

59 lines
1.5 KiB
JSON

{
"name": "logging-center",
"version": "1.0.0",
"description": "极限日志分析中心",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^2.15.1",
"egg-scripts": "^2.11.0",
"egg-view-assets": "^1.6.0",
"egg-view-nunjucks": "^2.2.0",
"enquire-js": "^0.2.1",
"lodash-decorators": "^6.0.1",
"nzh": "^1.0.4",
"react-container-query": "^0.11.1"
},
"devDependencies": {
"@umijs/preset-react": "^1.3.9",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"react-container-query": "^0.11.1",
"react-document-title": "^2.0.3",
"umi": "^3.0.4"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-ctest --env=prod",
"stop": "egg-scripts stop --title=egg-server-ctest",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"build": "npm run umi:build",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod",
"umi:build": "UMI_ENV=prod CI=true APP_ROOT=$PWD/app/web umi build"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": "ssh://git@git.infini.ltd:64221/infini/logging-center.git"
},
"author": "",
"license": "INFINI-EULA"
}