mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
Bumps [@nuxt/scripts](https://github.com/nuxt/scripts) from 0.12.2 to 0.13.1. - [Release notes](https://github.com/nuxt/scripts/releases) - [Changelog](https://github.com/nuxt/scripts/blob/main/CHANGELOG.md) - [Commits](https://github.com/nuxt/scripts/compare/v0.12.2...v0.13.1) --- updated-dependencies: - dependency-name: "@nuxt/scripts" dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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.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.13.1",
|
|
"@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.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.25",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@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": [
|
|
"@parcel/watcher",
|
|
"@tailwindcss/oxide",
|
|
"better-sqlite3",
|
|
"esbuild",
|
|
"sharp",
|
|
"unrs-resolver",
|
|
"vue-demi"
|
|
]
|
|
}
|