{ "name": "cloudflare_temp_email", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build -m prod --emptyOutDir", "build:release": "vite build -m example --emptyOutDir", "preview": "vite preview", "deploy": "npm run build && wrangler pages deploy ./dist --branch production" }, "dependencies": { "@vicons/material": "^0.12.0", "@vueuse/core": "^10.9.0", "axios": "^1.6.8", "mail-parser-wasm": "^0.1.6", "naive-ui": "^2.38.1", "postal-mime": "^2.2.1", "vooks": "^0.2.12", "vue": "^3.4.21", "vue-clipboard3": "^2.0.0", "vue-i18n": "^9.10.2", "vue-router": "^4.3.0" }, "devDependencies": { "@vicons/fa": "^0.12.0", "@vitejs/plugin-vue": "^4.6.2", "unplugin-auto-import": "^0.17.5", "unplugin-vue-components": "^0.26.0", "vite": "^5.2.6", "vite-plugin-pwa": "^0.19.7", "vite-plugin-top-level-await": "^1.4.1", "vite-plugin-wasm": "^3.3.0", "workbox-window": "^7.0.0" } }