mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 21:16:12 +01:00
Bumps [@nuxtjs/mdc](https://github.com/nuxt-content/mdc) to 0.17.4 and updates ancestor dependency [@nuxt/content](https://github.com/nuxt/content). These dependencies need to be updated together. Updates `@nuxtjs/mdc` from 0.17.0 to 0.17.4 - [Release notes](https://github.com/nuxt-content/mdc/releases) - [Changelog](https://github.com/nuxt-content/mdc/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-content/mdc/compare/v0.17.0...v0.17.4) Updates `@nuxt/content` from 3.6.3 to 3.7.1 - [Release notes](https://github.com/nuxt/content/releases) - [Changelog](https://github.com/nuxt/content/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt/content/compare/v3.6.3...v3.7.1) --- updated-dependencies: - dependency-name: "@nuxtjs/mdc" dependency-version: 0.17.4 dependency-type: indirect - dependency-name: "@nuxt/content" dependency-version: 3.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 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.21",
|
|
"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",
|
|
"unrs-resolver"
|
|
]
|
|
}
|