2025-11-04 09:17:18 +01:00
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
2025-11-11 19:12:21 +01:00
|
|
|
"version": "0.1.0",
|
2025-11-04 09:17:18 +01:00
|
|
|
"scripts": {
|
2026-02-04 22:40:50 +01:00
|
|
|
"build": "nuxt build --preset=cloudflare_pages",
|
2025-11-04 09:17:18 +01:00
|
|
|
"dev": "nuxt dev",
|
|
|
|
|
"preview": "nuxt preview",
|
2026-02-04 22:40:50 +01:00
|
|
|
"deploy:develop": "wrangler pages deploy dist/ --branch develop --project-name=dev-phundrak-com",
|
2025-11-04 09:17:18 +01:00
|
|
|
"postinstall": "nuxt prepare",
|
2025-11-11 19:12:21 +01:00
|
|
|
"cleanup": "nuxt cleanup",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"format": "prettier --write app/ i18n/ content/",
|
2025-11-19 22:03:35 +01:00
|
|
|
"format-check": "prettier --check app/ i18n/ content/",
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"test:local": "vitest -c vitest.config.local.ts"
|
2025-11-04 09:17:18 +01:00
|
|
|
},
|
|
|
|
|
"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/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
|
|
|
"better-sqlite3": "^12.4.1",
|
|
|
|
|
"eslint": "^9.39.1",
|
|
|
|
|
"nitropack": "^2.12.9",
|
|
|
|
|
"nuxi": "^3.30.0",
|
|
|
|
|
"nuxt": "^4.2.0",
|
|
|
|
|
"vite": "^7.1.12",
|
|
|
|
|
"vue": "^3.5.22",
|
|
|
|
|
"vue-router": "^4.6.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-11-13 23:28:01 +01:00
|
|
|
"@iconify-json/lucide": "^1.2.73",
|
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-11 19:12:21 +01:00
|
|
|
"@iconify-json/mdi": "^1.2.3",
|
2025-11-13 23:28:01 +01:00
|
|
|
"@iconify-json/simple-icons": "^1.2.58",
|
2025-11-19 22:03:35 +01:00
|
|
|
"@nuxt/test-utils": "3.20.1",
|
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",
|
2025-11-19 22:03:35 +01:00
|
|
|
"@vitest/coverage-v8": "^4.0.11",
|
|
|
|
|
"@vitest/ui": "^4.0.11",
|
|
|
|
|
"@vue/test-utils": "^2.4.6",
|
2025-11-06 09:24:44 +01:00
|
|
|
"autoprefixer": "^10.4.22",
|
2026-02-04 22:40:50 +01:00
|
|
|
"baseline-browser-mapping": "^2.9.19",
|
2025-11-19 22:03:35 +01:00
|
|
|
"happy-dom": "^20.0.10",
|
2025-11-06 09:24:44 +01:00
|
|
|
"less": "^4.4.2",
|
2025-11-19 22:03:35 +01:00
|
|
|
"playwright-core": "^1.56.1",
|
2025-11-06 09:24:44 +01:00
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"tailwindcss": "^4.1.17",
|
2025-11-13 23:28:01 +01:00
|
|
|
"typescript": "^5.9.3",
|
2025-11-19 22:03:35 +01:00
|
|
|
"vitest": "^4.0.10",
|
2026-02-04 22:40:50 +01:00
|
|
|
"wrangler": "^4.62.0",
|
2025-11-04 09:17:18 +01:00
|
|
|
"zod": "^4.1.12"
|
|
|
|
|
}
|
|
|
|
|
}
|