feat: add romhack archive site

This commit is contained in:
ginnoir
2026-06-08 21:16:04 -05:00
commit c868800495
518 changed files with 46140 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "romhack-archive",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"prebuild": "node scripts/prepare-site-assets.mjs",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"test": "vitest run",
"test:ui": "playwright test",
"check": "astro check && vitest run"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"astro": "^5.10.1",
"typescript": "^5.8.3"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
"vitest": "^3.2.3"
}
}