mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 04:52:50 +08:00
53 lines
1.9 KiB
JSON
53 lines
1.9 KiB
JSON
{
|
|
"name": "cloudflare_temp_email",
|
|
"version": "0.9.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:pages:nopwa": "VITE_PWA_DISABLED=true 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.19",
|
|
"@vueuse/core": "^12.7.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.7.9",
|
|
"jszip": "^3.10.1",
|
|
"mail-parser-wasm": "^0.2.1",
|
|
"naive-ui": "^2.41.0",
|
|
"postal-mime": "^2.4.3",
|
|
"vooks": "^0.2.12",
|
|
"vue": "^3.5.13",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-i18n": "^11.1.1",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vicons/fa": "^0.13.0",
|
|
"@vicons/material": "^0.13.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"unplugin-auto-import": "^19.1.0",
|
|
"unplugin-vue-components": "^28.4.0",
|
|
"vite": "^6.1.1",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"vite-plugin-top-level-await": "^1.5.0",
|
|
"vite-plugin-wasm": "^3.4.1",
|
|
"workbox-build": "^7.3.0",
|
|
"workbox-window": "^7.3.0",
|
|
"wrangler": "^3.109.2"
|
|
}
|
|
}
|