Skip to content

Commit

Permalink
adding webpack to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronpettit committed May 14, 2024
1 parent 90d370e commit 3287dae
Show file tree
Hide file tree
Showing 2 changed files with 896 additions and 896 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"serverless": "^3.18.1",
"serverless-dotenv-plugin": "^6.0.0",
"serverless-offline": "^12.0.4",
"serverless-plugin-include-dependencies": "^5.0.0",
"serverless-webpack": "^5.13.0"
"serverless-plugin-include-dependencies": "^5.0.0"
},
"scripts": {
"start": "sls offline start",
Expand All @@ -33,6 +32,7 @@
"@aws-sdk/client-s3": "^3.568.0",
"@aws-sdk/util-dynamodb": "^3.529.1",
"@babel/traverse": "7.23.2",
"serverless-webpack": "^5.13.0",
"axios": "^1.4.0",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
Expand All @@ -42,4 +42,4 @@
"winston": "^3.8.0",
"write-excel-file": "^1.3.16"
}
}
}
Loading

0 comments on commit 3287dae

Please sign in to comment.