mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-28 08:39:38 +00:00
add TorqueScript transpiler and runtime
This commit is contained in:
parent
c8391a1056
commit
7d10fb7dee
49 changed files with 12324 additions and 2075 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build:parser": "peggy mission.pegjs -o generated/mission.cjs",
|
||||
"build:manifest": "tsx scripts/generate-manifest.ts -o public/manifest.json",
|
||||
"build:parser": "peggy TorqueScript.pegjs -o generated/TorqueScript.cjs",
|
||||
"build": "next build && touch docs/.nojekyll",
|
||||
"clean": "rimraf .next",
|
||||
"deploy": "npm run build && git add -f docs && git commit -m \"Deploy\" && git push",
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
"@react-three/fiber": "^9.3.0",
|
||||
"@react-three/postprocessing": "^3.0.4",
|
||||
"@tanstack/react-query": "^5.90.8",
|
||||
"ignore": "^7.0.5",
|
||||
"lodash.orderby": "^4.6.0",
|
||||
"next": "^15.5.2",
|
||||
"react": "^19.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue