mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-10 17:43:31 +08:00
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "cloudflare_temp_email",
|
|
"version": "0.5.1",
|
|
"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",
|
|
"preview": "vite preview",
|
|
"deploy:telegram": "npm run build:telegram && wrangler pages deploy ./dist --branch production",
|
|
"deploy:preview": "npm run build && wrangler pages deploy ./dist --branch preview",
|
|
"deploy": "npm run build && wrangler pages deploy ./dist --branch production"
|
|
},
|
|
"dependencies": {
|
|
"@unhead/vue": "^1.9.12",
|
|
"@vicons/material": "^0.12.0",
|
|
"@vueuse/core": "^10.10.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.7.2",
|
|
"jszip": "^3.10.1",
|
|
"mail-parser-wasm": "^0.1.8",
|
|
"naive-ui": "^2.38.2",
|
|
"postal-mime": "^2.2.5",
|
|
"vooks": "^0.2.12",
|
|
"vue": "^3.4.27",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vicons/fa": "^0.12.0",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"unplugin-auto-import": "^0.17.6",
|
|
"unplugin-vue-components": "^0.27.0",
|
|
"vite": "^5.2.12",
|
|
"vite-plugin-pwa": "^0.19.8",
|
|
"vite-plugin-top-level-await": "^1.4.1",
|
|
"vite-plugin-wasm": "^3.3.0",
|
|
"workbox-window": "^7.1.0",
|
|
"wrangler": "^3.58.0"
|
|
}
|
|
}
|