mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 08:12:46 +08:00
28 lines
672 B
JSON
28 lines
672 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": {
|
|
"@vicons/material": "^0.12.0",
|
|
"@vueuse/core": "^10.7.1",
|
|
"axios": "^1.6.5",
|
|
"naive-ui": "^2.37.3",
|
|
"vooks": "^0.2.12",
|
|
"vue": "^3.4.13",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-i18n": "^9.9.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"vite": "^4.5.1",
|
|
"vite-plugin-pwa": "^0.17.4"
|
|
}
|
|
}
|