Prune scaffold cruft: unused Next.js template SVGs and axios dep

Removed five default Next.js scaffold SVGs from public/ that were
created by create-next-app and never referenced (file.svg, globe.svg,
next.svg, vercel.svg, window.svg). The actual brand mark
public/fci-logo.png is the only image the app uses.

Removed axios from dependencies — the app uses native fetch
everywhere, and axios hasn't been imported since the initial
scaffolding pass. Lockfile regenerated; build verified clean.
This commit is contained in:
Joel Brock
2026-05-13 13:36:21 -07:00
parent 899dad2323
commit dbd607b829
7 changed files with 14 additions and 111 deletions

View File

@@ -9,7 +9,6 @@
"lint": "eslint"
},
"dependencies": {
"axios": "^1.16.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",