mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2026-01-12 01:17:44 +01:00
Bumps [@nuxtjs/mdc](https://github.com/nuxt-modules/mdc) from 0.16.1 to 0.17.3. - [Release notes](https://github.com/nuxt-modules/mdc/releases) - [Changelog](https://github.com/nuxt-modules/mdc/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt-modules/mdc/compare/v0.16.1...v0.17.3) --- updated-dependencies: - dependency-name: "@nuxtjs/mdc" dependency-version: 0.17.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.1 KiB
JSON
44 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.6.3",
|
|
"@nuxt/eslint": "^1.9.0",
|
|
"@nuxt/fonts": "^0.11.4",
|
|
"@nuxt/icon": "^1.15.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.12",
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"@unhead/vue": "^2.0.14",
|
|
"animate.css": "^4.1.1",
|
|
"eslint": "^9.34.0",
|
|
"nuxt": "^3.18.1",
|
|
"sass": "^1.91.0",
|
|
"tailwindcss": "^4.1.12",
|
|
"typescript": "^5.9.2",
|
|
"vue": "^3.5.20",
|
|
"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"
|
|
]
|
|
}
|