mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
Bumps [vue](https://github.com/vuejs/core) from 3.5.21 to 3.5.22. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.5.21...v3.5.22) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content": "^3.7.1",
|
|
"@nuxt/eslint": "^1.9.0",
|
|
"@nuxt/fonts": "^0.11.4",
|
|
"@nuxt/icon": "^2.0.0",
|
|
"@nuxt/image": "^1.11.0",
|
|
"@nuxt/scripts": "^0.11.13",
|
|
"@nuxt/test-utils": "^3.19.2",
|
|
"@nuxt/ui": "^3.3.3",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"@unhead/vue": "^2.0.14",
|
|
"animate.css": "^4.1.1",
|
|
"better-sqlite3": "^12.2.0",
|
|
"eslint": "^9.36.0",
|
|
"nuxt": "^4.1.2",
|
|
"sass": "^1.91.0",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^5.9.2",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/material-symbols": "^1.2.33",
|
|
"@iconify-json/simple-icons": "^1.2.50",
|
|
"@nuxtjs/mdc": "^0.17.3",
|
|
"@tailwindcss/typography": "^0.5.16"
|
|
},
|
|
"trustedDependencies": [
|
|
"@parcel/watcher",
|
|
"@tailwindcss/oxide",
|
|
"better-sqlite3",
|
|
"esbuild",
|
|
"sharp",
|
|
"unrs-resolver",
|
|
"vue-demi"
|
|
]
|
|
}
|