{ "name": "gemory", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { "@heroicons/vue": "^2.0.18", "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e", "@vueuse/components": "^10.5.0", "@vueuse/core": "^10.2.1", "@vueuse/integrations": "^10.2.1", "axios": "^1.4.0", "loglevel": "^1.8.1", "loglevel-plugin-prefix": "^0.8.4", "pinia": "^2.1.6", "pocketbase": "^0.18.0", "vue": "^3.3.4", "vue-router": "^4.2.4" }, "devDependencies": { "@types/node": "^20.4.5", "@vitejs/plugin-vue": "^4.2.3", "autoprefixer": "^10.4.14", "postcss": "^8.4.27", "tailwindcss": "^3.3.3", "typescript": "^5.0.2", "vite": "^4.4.5", "vue-tsc": "^1.8.5" } }