Skip to content

Commit

Permalink
Merge pull request #88 from StrangeRanger/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger authored Nov 30, 2024
2 parents 576ef7d + 7eec506 commit 2c324b3
Show file tree
Hide file tree
Showing 3 changed files with 1,278 additions and 391 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineNuxtConfig({
"@nuxt/eslint",
"nuxt-security",
"@nuxt/devtools",
"@nuxtjs/seo",
(_options, nuxt) => {
nuxt.hooks.hook("vite:extendConfig", (config) => {
config.plugins.push(vuetify({ autoImport: true }));
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@nuxtjs/seo": "^2.0.2",
"@vueuse/core": "^11.3.0",
"nuxt": "^3.14.1592",
"nuxt-security": "^2.1.4",
"vue": "^3.5.13",
"vue-matomo": "^4.2.0"
},
"devDependencies": {
"@nuxt/eslint": "^0.7.1",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"@nuxt/eslint": "^0.7.2",
"eslint": "^9.16.0",
"prettier": "^3.4.1",
"vite-plugin-vuetify": "^2.0.4",
"vuetify": "^3.7.4"
},
Expand Down
Loading

0 comments on commit 2c324b3

Please sign in to comment.