mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
Use bun
This commit is contained in:
parent
47b7dcebb5
commit
c2caed8803
4 changed files with 3448 additions and 18256 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
|
@ -1,4 +1,5 @@
|
|||
version: 2
|
||||
enable-beta-ecosystems: true
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
|
|
|
|||
18239
package-lock.json
generated
18239
package-lock.json
generated
File diff suppressed because it is too large
Load diff
34
package.json
34
package.json
|
|
@ -10,31 +10,31 @@
|
|||
"postinstall": "nuxt prepare"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/content": "^3.7.1",
|
||||
"@nuxt/eslint": "^1.9.0",
|
||||
"@nuxt/content": "^3.9.0",
|
||||
"@nuxt/eslint": "^1.12.1",
|
||||
"@nuxt/fonts": "^0.11.4",
|
||||
"@nuxt/icon": "^2.1.0",
|
||||
"@nuxt/image": "^1.11.0",
|
||||
"@nuxt/scripts": "^0.12.1",
|
||||
"@nuxt/test-utils": "^3.19.2",
|
||||
"@nuxt/ui": "^3.3.3",
|
||||
"@tailwindcss/postcss": "^4.1.16",
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"@nuxt/scripts": "^0.12.2",
|
||||
"@nuxt/test-utils": "^3.21.0",
|
||||
"@nuxt/ui": "^3.3.7",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@unhead/vue": "^2.0.19",
|
||||
"animate.css": "^4.1.1",
|
||||
"better-sqlite3": "^12.4.1",
|
||||
"eslint": "^9.38.0",
|
||||
"nuxt": "^4.1.2",
|
||||
"sass": "^1.93.2",
|
||||
"tailwindcss": "^4.1.16",
|
||||
"better-sqlite3": "^12.5.0",
|
||||
"eslint": "^9.39.1",
|
||||
"nuxt": "^4.2.2",
|
||||
"sass": "^1.96.0",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"typescript": "^5.9.3",
|
||||
"vue": "^3.5.22",
|
||||
"vue-router": "^4.5.1"
|
||||
"vue": "^3.5.25",
|
||||
"vue-router": "^4.6.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/material-symbols": "^1.2.42",
|
||||
"@iconify-json/simple-icons": "^1.2.55",
|
||||
"@nuxtjs/mdc": "^0.17.3",
|
||||
"@iconify-json/material-symbols": "^1.2.50",
|
||||
"@iconify-json/simple-icons": "^1.2.62",
|
||||
"@nuxtjs/mdc": "^0.17.4",
|
||||
"@tailwindcss/typography": "^0.5.19"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue