mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
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.12.1",
|
|
"@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.38.0",
|
|
"nuxt": "^4.1.2",
|
|
"sass": "^1.93.2",
|
|
"tailwindcss": "^4.1.13",
|
|
"typescript": "^5.9.3",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/material-symbols": "^1.2.42",
|
|
"@iconify-json/simple-icons": "^1.2.55",
|
|
"@nuxtjs/mdc": "^0.17.3",
|
|
"@tailwindcss/typography": "^0.5.19"
|
|
},
|
|
"trustedDependencies": [
|
|
"@parcel/watcher",
|
|
"@tailwindcss/oxide",
|
|
"better-sqlite3",
|
|
"esbuild",
|
|
"sharp",
|
|
"unrs-resolver",
|
|
"vue-demi"
|
|
]
|
|
}
|