mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-12 11:09:49 +08:00
26 lines
613 B
JSON
26 lines
613 B
JSON
{
|
|
"name": "cloudflare_temp_email",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build -m prod --emptyOutDir",
|
|
"preview": "vite preview",
|
|
"deploy": "npm run build && wrangler pages deploy ../dist --branch production"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^10.7.0",
|
|
"axios": "^1.6.2",
|
|
"naive-ui": "^2.35.0",
|
|
"vue": "^3.3.11",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-i18n": "^9.8.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.5.2",
|
|
"vite-plugin-pwa": "^0.17.4",
|
|
"vite": "^4.5.1"
|
|
}
|
|
}
|