|
7 | 7 | "dev": "nuxt dev", |
8 | 8 | "generate": "nuxt generate", |
9 | 9 | "preview": "nuxt preview", |
10 | | - "prepare": "nuxt prepare" |
| 10 | + "prepare": "nuxt prepare", |
| 11 | + "test": "vitest" |
11 | 12 | }, |
12 | 13 | "devDependencies": { |
13 | 14 | "@iconify-json/heroicons": "^1.2.3", |
14 | 15 | "@iconify-json/lucide": "^1.2.81", |
15 | 16 | "@iconify-json/simple-icons": "^1.2.63", |
16 | 17 | "@nuxt/content": "^3.9.0", |
17 | 18 | "@nuxt/image": "^2.0.0", |
| 19 | + "@nuxt/test-utils": "^3.21.0", |
18 | 20 | "@nuxt/ui": "^4.3.0", |
19 | 21 | "@nuxtjs/google-fonts": "^3.2.0", |
20 | 22 | "@nuxtjs/sitemap": "^7.5.0", |
|
23 | 25 | "@sentry/nuxt": "^10.32.0", |
24 | 26 | "@types/numeral": "^2.0.5", |
25 | 27 | "@types/semver": "^7.7.1", |
| 28 | + "@vue/test-utils": "^2.4.6", |
26 | 29 | "@vueuse/core": "^14.1.0", |
27 | 30 | "@vueuse/nuxt": "^14.1.0", |
28 | 31 | "better-sqlite3": "^12.5.0", |
29 | 32 | "dayjs": "^1.11.19", |
| 33 | + "happy-dom": "^20.0.11", |
30 | 34 | "numeral": "^2.0.6", |
31 | 35 | "nuxt": "^4.2.2", |
| 36 | + "playwright-core": "^1.57.0", |
32 | 37 | "semver": "^7.7.3", |
33 | | - "tailwindcss": "^4.1.18" |
| 38 | + "tailwindcss": "^4.1.18", |
| 39 | + "vitest": "^3.2.4" |
34 | 40 | } |
35 | 41 | } |
0 commit comments