This commit is contained in:
parent
d65f9b5057
commit
ec220569bd
3 changed files with 5992 additions and 5784 deletions
1456
package-lock.json
generated
1456
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
|
@ -17,21 +17,23 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify-json/lucide": "^1.2.116",
|
"@iconify-json/lucide": "^1.2.118",
|
||||||
"@iconify-json/simple-icons": "^1.2.89",
|
"@iconify-json/simple-icons": "^1.2.91",
|
||||||
"@nuxt/ui": "^4.10.0",
|
"@nuxt/ui": "^4.10.0",
|
||||||
"@primer/octicons": "^19.29.1",
|
"@primer/octicons": "^19.29.2",
|
||||||
|
"@unhead/ssr": "^3.2.1",
|
||||||
|
"@unhead/vue": "^3.2.1",
|
||||||
"nuxt": "^4.5.0",
|
"nuxt": "^4.5.0",
|
||||||
"tailwindcss": "^4.3.2"
|
"tailwindcss": "^4.3.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify-json/octicon": "^1.2.29",
|
"@iconify-json/octicon": "^1.2.29",
|
||||||
"@nuxt/eslint": "^1.16.0",
|
"@nuxt/eslint": "^1.16.0",
|
||||||
"@nuxt/icon": "^2.3.1",
|
"@nuxt/icon": "^2.3.1",
|
||||||
"eslint": "^10.6.0",
|
"eslint": "^10.7.0",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"lint-staged": "^17.0.8",
|
"lint-staged": "^17.1.0",
|
||||||
"typescript": "^6.0.3",
|
"typescript": "^6.0.3",
|
||||||
"vue-tsc": "^3.3.6"
|
"vue-tsc": "^3.3.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue