mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-26 07:39:31 +00:00
Initial commit
This commit is contained in:
parent
2211ed7650
commit
ebb3dc9cdd
10121 changed files with 801 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue