- delete extraction scripts that depended on the removed local mirror - remove stale extract npm scripts and migration-brief references - drop the old mirror ignore rule from .gitignore - update reports and redirect reasons to use live-source wording
32 lines
951 B
JSON
32 lines
951 B
JSON
{
|
|
"name": "arizona-institute-for-autism",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=20.19.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"build:sandbox": "NODE_OPTIONS=--require=./tools/localhost-dns.cjs astro build",
|
|
"preview": "astro preview",
|
|
"extract:blog-footers": "node tools/extract-blog-footers.mjs",
|
|
"crawl:live": "node tools/crawl-live-site.mjs",
|
|
"audit:links": "node tools/audit-links.mjs",
|
|
"audit:images": "node tools/audit-page-imagery.mjs",
|
|
"audit:blog": "node tools/audit-blog-content.mjs",
|
|
"generate:sitemap": "node tools/generate-sitemap.mjs",
|
|
"generate:redirects": "node tools/generate-redirects.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.14",
|
|
"astro": "^5.10.0",
|
|
"cheerio": "^1.1.0",
|
|
"fast-glob": "^3.3.3",
|
|
"gray-matter": "^4.0.3",
|
|
"swiper": "^12.2.0",
|
|
"turndown": "^7.2.0",
|
|
"zod": "^3.25.0"
|
|
}
|
|
}
|