Skip to content

Commit

Permalink
chore: simplify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KazariEX committed Jul 21, 2024
1 parent 119ab0c commit 407e1e0
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 202 deletions.
5 changes: 1 addition & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ export default defineNuxtConfig({
runtimeCompiler: true,
},
modules: [
'nuxt-icon',
'nuxt-simple-robots',
'nuxt-site-config',
'@nuxt/icon',
'@nuxtjs/seo',
'@nuxtjs/sitemap',
'@pinia/nuxt',
],
site: {
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@
"date-fns": "^3.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.0",
"@nuxtjs/seo": "2.0.0-rc.10",
"@nuxtjs/sitemap": "^5.3.5",
"@antfu/eslint-config": "^2.23.1",
"@nuxt/icon": "^1.2.1",
"@nuxtjs/seo": "2.0.0-rc.16",
"@pinia/nuxt": "^0.5.1",
"@zinkawaii/stylelint-config": "^0.1.4",
"fast-xml-parser": "^4.4.0",
"nuxt": "^3.12.4",
"nuxt-icon": "1.0.0-beta.6",
"nuxt-simple-robots": "4.0.0-rc.17",
"nuxt-site-config": "^2.2.15",
"sass": "^1.77.8",
"stylelint": "^16.7.0",
"typescript": "^5.5.3"
Expand Down
Loading

0 comments on commit 407e1e0

Please sign in to comment.