Initial commit

This commit is contained in:
Brian Beck 2025-09-11 16:56:30 -07:00
parent 2211ed7650
commit ebb3dc9cdd
10121 changed files with 801 additions and 4 deletions

View file

@ -7,8 +7,12 @@
"license": "MIT",
"type": "module",
"scripts": {
"build": "next build && touch docs/.nojekyll",
"build:parser": "peggy mission.pegjs -o generated/mission.cjs",
"clean": "rimraf .next docs",
"deploy": "npm run build && git add -f docs && git commit -m \"Deploy\" && git push",
"find": "find public -iname",
"prebuild": "npm run clean",
"start": "next dev"
},
"dependencies": {
@ -25,6 +29,7 @@
"@types/react": "19.1.12",
"@types/three": "^0.180.0",
"@types/unzipper": "^0.10.11",
"rimraf": "^6.0.1",
"tsx": "^4.20.5",
"typescript": "5.9.2"
}