2025-11-04 09:17:18 +01:00
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "nuxt build",
|
|
|
|
|
"dev": "nuxt dev",
|
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
|
"postinstall": "nuxt prepare",
|
|
|
|
|
"cleanup": "nuxt cleanup"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@nuxt/content": "3.8.0",
|
|
|
|
|
"@nuxt/eslint": "1.10.0",
|
2025-11-06 09:24:44 +01:00
|
|
|
"@nuxt/fonts": "0.12.1",
|
|
|
|
|
"@nuxt/icon": "2.1.0",
|
2025-11-04 09:17:18 +01:00
|
|
|
"@nuxt/image": "1.11.0",
|
|
|
|
|
"@nuxt/scripts": "^0.12.2",
|
|
|
|
|
"@nuxt/test-utils": "3.20.1",
|
|
|
|
|
"@nuxt/ui": "4.1.0",
|
2025-11-06 09:24:44 +01:00
|
|
|
"@nuxtjs/color-mode": "3.5.2",
|
|
|
|
|
"@nuxtjs/device": "3.2.4",
|
|
|
|
|
"@nuxtjs/tailwindcss": "7.0.0-beta.0",
|
2025-11-04 09:17:18 +01:00
|
|
|
"@nuxtjs/turnstile": "1.1.1",
|
2025-11-06 09:24:44 +01:00
|
|
|
"@vueuse/core": "^14.0.0",
|
2025-11-04 09:17:18 +01:00
|
|
|
"@vueuse/nuxt": "14.0.0",
|
|
|
|
|
"better-sqlite3": "^12.4.1",
|
|
|
|
|
"eslint": "^9.39.1",
|
|
|
|
|
"nitropack": "^2.12.9",
|
|
|
|
|
"nuxi": "^3.30.0",
|
|
|
|
|
"nuxt": "^4.2.0",
|
|
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"vite": "^7.1.12",
|
|
|
|
|
"vue": "^3.5.22",
|
|
|
|
|
"vue-router": "^4.6.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-06 09:24:44 +01:00
|
|
|
"@iconify-json/material-symbols": "^1.2.44",
|
|
|
|
|
"@iconify-json/material-symbols-light": "^1.2.44",
|
2025-11-04 09:17:18 +01:00
|
|
|
"@nuxtjs/i18n": "^10.2.0",
|
2025-11-06 09:24:44 +01:00
|
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
|
|
|
"autoprefixer": "^10.4.22",
|
|
|
|
|
"less": "^4.4.2",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"tailwindcss": "^4.1.17",
|
2025-11-04 09:17:18 +01:00
|
|
|
"zod": "^4.1.12"
|
|
|
|
|
}
|
|
|
|
|
}
|