Skip to content

Commit

Permalink
Merge pull request #52 from traP-jp/memoTag
Browse files Browse the repository at this point in the history
Memoにtagを付けれるように
  • Loading branch information
kavos113 authored Sep 1, 2024
2 parents 7062d43 + ccf05db commit 0cd584b
Show file tree
Hide file tree
Showing 14 changed files with 417 additions and 67 deletions.
50 changes: 49 additions & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"highlight.js": "^11.10.0",
"marked": "^14.0.0",
"marked-highlight": "^2.1.4",
"pinia": "^2.2.2",
"vue": "^3.4.35",
"vue-router": "^4.4.3",
"vue-toast-notification": "^3.1.2"
"vue-toast-notification": "^3.1.2",
"vuetify": "^3.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
Expand Down
Loading

0 comments on commit 0cd584b

Please sign in to comment.