9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2026-01-06 15:41:45 +00:00

editor/web: add Save As dialog to provide language examples

This commit is contained in:
Anthony Donlon
2025-12-22 01:52:12 +08:00
parent 21d14994de
commit 76a4696a40
9 changed files with 246 additions and 34 deletions

View File

@@ -10,15 +10,18 @@
"preview": "npm run build && vite preview"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/ejs": "^3.1.5",
"@types/html-minifier-terser": "^7.0.2",
"@types/node": "^24.10.2",
"html-minifier-terser": "^7.2.0",
"prettier": "3.7.4",
"typescript": "^5.9.3",
"vite": "^7.2.6"
"vite": "^7.2.6",
"vite-plugin-static-copy": "^3.1.4"
},
"dependencies": {
"bootstrap": "^5.3.8",
"ejs": "^3.1.10",
"vite-plugin-static-copy": "^3.1.4"
"ejs": "^3.1.10"
}
}