Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Feb 4, 2025
1 parent b0be7ce commit b01fc3e
Show file tree
Hide file tree
Showing 2 changed files with 1,179 additions and 1,766 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.15.5",
"packageManager": "pnpm@10.2.0",
"description": "ntnyq.com",
"keywords": [],
"scripts": {
Expand All @@ -19,7 +19,7 @@
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@nuxt/content": "^3.0.1",
"@nuxt/content": "^3.1.0",
"@nuxt/image": "^1.9.0",
"@unocss/nuxt": "^65.4.3",
"@vite-pwa/nuxt": "^0.10.6",
Expand All @@ -34,7 +34,7 @@
"@iconify-json/radix-icons": "^1.2.2",
"@iconify-json/ri": "^1.2.5",
"@iconify-json/vscode-icons": "^1.2.11",
"@ntnyq/eslint-config": "^3.12.3",
"@ntnyq/eslint-config": "^4.0.0-beta.1",
"@ntnyq/prettier-config": "^1.22.1",
"@nuxt-dev/medium-zoom": "^0.0.2",
"@nuxt/eslint": "^1.0.0",
Expand All @@ -54,8 +54,13 @@
"vue-tsc": "^2.2.0",
"workbox-build": "^7.3.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
},
"nano-staged": {
"*.{js,ts,mjs,cjs,vue,html,svg,json,md,yml,yaml}": "eslint --fix",
"*.{css}": "prettier --write"
"*.{css,scss}": "prettier -uw"
}
}
Loading

0 comments on commit b01fc3e

Please sign in to comment.