{ "name": "indeedhub-prototype", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview", "type-check": "vue-tsc --noEmit" }, "dependencies": { "@tanstack/vue-query": "^5.92.9", "axios": "^1.13.5", "nostr-tools": "^2.23.0", "pinia": "^3.0.4", "vue": "^3.5.24", "vue-router": "^4.6.3" }, "devDependencies": { "@types/node": "^24.10.0", "@vitejs/plugin-vue": "^6.0.1", "@vue/tsconfig": "^0.8.1", "autoprefixer": "^10.4.22", "postcss": "^8.5.6", "sharp": "^0.34.5", "tailwindcss": "^3.4.18", "typescript": "~5.9.3", "vite": "^7.2.2", "vite-plugin-pwa": "^1.2.0", "vue-tsc": "^3.1.3" } }