mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-24 06:52:06 +01:00
chore: update eslint configuration and dependencies
- Added custom eslint configuration for stylistic rules in nuxt.config.ts - Moved iconify-json dependencies to devDependencies in package.json - Added vue and vue-router as dependencies - Added vue-tsc to devDependencies
This commit is contained in:
13
package.json
13
package.json
@@ -11,11 +11,6 @@
|
||||
"cf-typegen": "wrangler types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify-json/devicon": "1.2.53",
|
||||
"@iconify-json/logos": "^1.2.10",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/twemoji": "^1.2.4",
|
||||
"@iconify-json/vscode-icons": "1.2.37",
|
||||
"@nuxt/content": "3.9.0",
|
||||
"@nuxt/eslint": "1.12.1",
|
||||
"@nuxt/ui": "4.3.0",
|
||||
@@ -27,13 +22,21 @@
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"nuxt": "4.2.2",
|
||||
"nuxt-studio": "1.0.0-alpha.4",
|
||||
"vue": "3.5.25",
|
||||
"vue-router": "4.6.4",
|
||||
"zod": "4.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/devicon": "1.2.53",
|
||||
"@iconify-json/logos": "^1.2.10",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/twemoji": "^1.2.4",
|
||||
"@iconify-json/vscode-icons": "1.2.37",
|
||||
"@types/node": "25.0.3",
|
||||
"@vueuse/nuxt": "14.1.0",
|
||||
"eslint": "9.39.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vue-tsc": "3.1.8",
|
||||
"wrangler": "4.56.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user