{ "name": "website", "private": true, "type": "module", "scripts": { "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare" }, "dependencies": { "@pinia/nuxt": "^0.10.1", "pinia-plugin-persistedstate": "^4.1.3", "uuid": "^11.0.3", "vue": "latest", "vue-router": "latest", "zod": "^3.23.8" }, "devDependencies": { "@bootstrap-vue-next/nuxt": "^0.28.3", "@iconify-json/bi": "^1.2.2", "@iconify-json/fa": "^1.2.1", "@nuxt/content": "^3.4.0", "@nuxt/eslint": "^1.2.0", "@types/bun": "latest", "@vue/compiler-sfc": "^3.5.13", "@vue/language-server": "^2.1.10", "@vue/typescript-plugin": "^2.1.10", "bootstrap": "^5.3.3", "bootstrap-vue-next": "^0.28.3", "nuxt": "^3.14.1592", "typescript": "^5.7.2", "unplugin-icons": "^22.1.0", "unplugin-vue-components": "^28.4.1" }, "trustedDependencies": [ "@parcel/watcher" ] }