{ "name": "wraith-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "nuxi dev", "build": "nuxi generate", "preview": "nuxi preview", "test": "vitest run", "test:watch": "vitest", "test:cov": "vitest run --coverage" }, "dependencies": { "@pinia/nuxt": "^0.5.0", "@primevue/themes": "^4.0.0", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-search": "^0.15.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/addon-webgl": "^0.18.0", "@xterm/xterm": "^5.4.0", "guacamole-common-js": "^1.5.0", "lucide-vue-next": "^0.300.0", "monaco-editor": "^0.45.0", "pinia": "^2.1.0", "primevue": "^4.0.0" }, "devDependencies": { "@nuxtjs/tailwindcss": "^6.0.0", "@pinia/testing": "^0.1.7", "@primevue/nuxt-module": "^4.0.0", "@vue/test-utils": "^2.4.6", "happy-dom": "^20.8.4", "nuxt": "^3.10.0", "typescript": "^5.3.0", "vitest": "^4.1.0" } }