Initial Astro migration of vicidial.com off WordPress

Static brochure/marketing site: 55 pages, 5 posts, 82 attachments, and
the 7-item nav, exported from the wordpress_vicidial DB via
scripts/export-wp.mjs (re-runnable). Layout/styles ported from the
small-business WP theme; homepage slideshow rebuilt as a Splide client
island pulling the latest 5 posts at build time, replacing the old
BJQS jQuery plugin.
This commit is contained in:
2026-09-15 18:12:06 -04:00
commit dcff6c7b5a
396 changed files with 8263 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "vicidial",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@splidejs/splide": "^4.1.4",
"astro": "^7.3.2",
"mysql2": "^3.24.4",
"turndown": "^7.2.4"
},
"allowScripts": {
"esbuild": true
}
}