mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 06:02:55 +08:00
51 lines
1.8 KiB
JSON
51 lines
1.8 KiB
JSON
{
|
|
"name": "cloudflare_temp_email",
|
|
"version": "0.8.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build -m prod --emptyOutDir",
|
|
"build:release": "vite build -m example --emptyOutDir",
|
|
"build:pages": "vite build -m pages --emptyOutDir",
|
|
"build:telegram": "VITE_IS_TELEGRAM=true vite build -m prod --emptyOutDir",
|
|
"build:telegram:release": "VITE_IS_TELEGRAM=true vite build -m example --emptyOutDir",
|
|
"preview": "vite preview",
|
|
"deploy:telegram": "npm run build:telegram && wrangler pages deploy ./dist --branch production",
|
|
"deploy:actions:telegram": "npm run build:telegram && wrangler pages deploy ./dist",
|
|
"deploy:preview": "npm run build && wrangler pages deploy ./dist --branch preview",
|
|
"deploy": "npm run build && wrangler pages deploy ./dist --branch production",
|
|
"deploy:actions": "npm run build && wrangler pages deploy ./dist"
|
|
},
|
|
"dependencies": {
|
|
"@simplewebauthn/browser": "^10.0.0",
|
|
"@unhead/vue": "^1.11.11",
|
|
"@vicons/material": "^0.12.0",
|
|
"@vueuse/core": "^10.11.1",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.7.7",
|
|
"jszip": "^3.10.1",
|
|
"mail-parser-wasm": "^0.1.8",
|
|
"naive-ui": "^2.40.1",
|
|
"postal-mime": "^2.3.2",
|
|
"vooks": "^0.2.12",
|
|
"vue": "^3.5.12",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-i18n": "^9.14.1",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vicons/fa": "^0.12.0",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-pwa": "^0.19.8",
|
|
"vite-plugin-top-level-await": "^1.4.4",
|
|
"vite-plugin-wasm": "^3.3.0",
|
|
"workbox-window": "^7.3.0",
|
|
"wrangler": "^3.84.1"
|
|
}
|
|
}
|