Skip to content

Commit

Permalink
feat: 20231207
Browse files Browse the repository at this point in the history
  • Loading branch information
afzw committed Dec 7, 2023
1 parent 7ad2715 commit 99030a0
Show file tree
Hide file tree
Showing 43 changed files with 999 additions and 1,001 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "web后台服务",
"engines": {
"node": ">=16",
"node": ">=20",
"pnpm": ">=8"
},
"scripts": {
Expand Down Expand Up @@ -33,14 +33,14 @@
"basic-ftp": "^5.0.2",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"connect-mongo": "^4.6.0",
"connect-redis": "^6.1.3",
"connect-redis": "^7.1.0",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dayjs": "^1.11.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express-validation": "^4.1.0",
"ioredis": "^5.3.2",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
Expand All @@ -51,8 +51,7 @@
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-schedule": "^2.1.1",
"passport": "^0.6.0",
"redis": "^4.3.0"
"passport": "^0.6.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
Expand All @@ -72,7 +71,6 @@
"@types/node": "^18.7.6",
"@types/passport": "^1.0.10",
"@types/passport-local": "^1.0.34",
"@types/redis": "^4.0.11",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"chai": "^4.3.6",
Expand Down
Loading

0 comments on commit 99030a0

Please sign in to comment.