Skip to content

Commit

Permalink
fix: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Nov 26, 2023
1 parent 761a388 commit d21f404
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
23 changes: 0 additions & 23 deletions frontend/package-lock.json

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

3 changes: 0 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.4.2",
"@mdi/font": "7.3.67",
"axios": "^1.6.2",
"buefy": "0.9.25",
"core-js": "^3.33.3",
"dayjs": "1.11.10",
"filesize.js": "2.0.0",
"highlight.js": "11.9.0",
"js-base64": "3.7.5",
"js-file-download": "^0.4.12",
"js-sha256": "0.10.1",
"qs": "6.11.2",
"regenerator-runtime": "^0.14.0",
"url-parse": "1.5.10",
"vue": "^2.7.15",
"vue-concurrency": "^4.0.1",
Expand Down
1 change: 0 additions & 1 deletion frontend/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "@fortawesome/fontawesome-free/css/all.css"
import "@fortawesome/fontawesome-free/js/all.js"
import "@mdi/font/css/materialdesignicons.css"
import "buefy/dist/buefy.css"
import "highlight.js/styles/androidstudio.css"

Expand Down

0 comments on commit d21f404

Please sign in to comment.