This commit is contained in:
xy
2026-03-13 01:38:40 +00:00
parent e6e4f88257
commit 28855885cd
311 changed files with 89544 additions and 94350 deletions

View File

@@ -5,7 +5,7 @@
"private": true,
"egg": {
"typescript": true,
"declarations": true
"declarations": false
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-zyz --ignore-stderr",
@@ -20,17 +20,17 @@
"autod": "autod",
"lint": "eslint . --ext .ts",
"clean": "ets clean",
"local": "cross-env EGG_SERVER_ENV=local npm run dev",
"isbn": "cross-env EGG_SERVER_ENV=isbn npm run dev",
"monitor": "cross-env EGG_SERVER_ENV=monitor npm run dev",
"distribute": "cross-env EGG_SERVER_ENV=distribute npm run dev",
"lylocal": "cross-env EGG_SERVER_ENV=lylocal npm run dev",
"alpha": "cross-env EGG_SERVER_ENV=alpha npm run dev",
"stable": "cross-env EGG_SERVER_ENV=stable npm run dev",
"deve": "cross-env EGG_SERVER_ENV=dev npm run dev",
"sq1": "cross-env EGG_SERVER_ENV=sq1 npm run dev",
"sq2": "cross-env EGG_SERVER_ENV=sq2 npm run dev",
"zy": "cross-env EGG_SERVER_ENV=zy npm run dev"
"local": "cross-env EGG_SERVER_ENV=local egg-bin dev",
"isbn": "cross-env EGG_SERVER_ENV=isbn egg-bin dev",
"monitor": "cross-env EGG_SERVER_ENV=monitor egg-bin dev",
"distribute": "cross-env EGG_SERVER_ENV=distribute egg-bin dev",
"lylocal": "cross-env EGG_SERVER_ENV=lylocal egg-bin dev",
"alpha": "cross-env EGG_SERVER_ENV=alpha egg-bin dev",
"stable": "cross-env EGG_SERVER_ENV=stable egg-bin dev",
"deve": "cross-env EGG_SERVER_ENV=dev egg-bin dev",
"sq1": "cross-env EGG_SERVER_ENV=sq1 egg-bin dev",
"sq2": "cross-env EGG_SERVER_ENV=sq2 egg-bin dev",
"zy": "cross-env EGG_SERVER_ENV=zy egg-bin dev"
},
"dependencies": {
"@types/underscore": "^1.11.3",
@@ -44,7 +44,9 @@
"egg-scripts": "^2.6.0",
"egg-view-nunjucks": "^2.2.0",
"egg-xtransit": "^1.2.2",
"minimatch": "^3.0.4",
"moment": "^2.29.1",
"mongoose": "5.10.18",
"mongoose-transactions": "^1.1.4",
"redis": "^3.1.2",
"reflect-metadata": "^0.1.13",