Skip to content

Commit

Permalink
fix: production install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuzhang committed Sep 21, 2022
1 parent 046ecdc commit 30b6df6
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 393 deletions.
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"@swc-node/jest": "^1.5.2",
"@swc-node/register": "^1.5.1",
"@types/express": "^4.17.13",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.17",
"address": "^1.1.2",
"axios": "^0.27.2",
"express": "^4.18.1",
"http-proxy-middleware": "^2.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
},
"devDependencies": {
"@swc-node/jest": "^1.5.2",
"@swc-node/register": "^1.5.1",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.17",
"jest": "^29.0.2",
"nodemon": "^2.0.19",
"portfinder": "^1.0.32"
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
}
}
Loading

0 comments on commit 30b6df6

Please sign in to comment.