Skip to content

Commit

Permalink
feat: include aws-sdk for frontend application tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Apr 15, 2024
1 parent 0740f16 commit fdb38cd
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 1 deletion.
199 changes: 199 additions & 0 deletions application/src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion application/src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,19 @@
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.9.0",
"element-plus": "^2.6.0",
"esbuild": "^0.20.1",
"npm-run-all": "^4.1.5",
"pinia": "^2.1.7",
"plotly.js-dist-min": "^2.29.1",
"serverless-website-analytics-client": "^1.7.0",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"esbuild": "^0.20.1",
"vue": "^3.4.21",
"vue-material-design-icons": "^5.3.0",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.2"
},
"devDependencies": {
"aws-sdk": "^2.1599.0"
}
}

0 comments on commit fdb38cd

Please sign in to comment.