mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-04-27 15:25:47 +00:00
enable React Compiler, add linter
This commit is contained in:
parent
f0e34caa25
commit
0c6aa3b4dd
59 changed files with 5802 additions and 1831 deletions
20
package.json
20
package.json
|
|
@ -6,12 +6,14 @@
|
|||
"author": "Brian Beck <exogen@gmail.com>",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"packageManager": "npm@11.7.0",
|
||||
"scripts": {
|
||||
"build:manifest": "tsx scripts/generate-manifest.ts -o public/manifest.json",
|
||||
"build:parser": "peggy TorqueScript.pegjs -o generated/TorqueScript.cjs",
|
||||
"build": "next build",
|
||||
"deploy": "npm run build && git add -f docs && git commit -m \"Deploy\" && git push",
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint .",
|
||||
"postbuild": "git checkout -- public/base && touch docs/.nojekyll",
|
||||
"prebuild": "git checkout -- docs && rimraf public/base && mv docs/base public/",
|
||||
"serve:static": "tsx scripts/serve-static.ts",
|
||||
|
|
@ -24,22 +26,23 @@
|
|||
"@ariakit/react": "^0.4.20",
|
||||
"@react-three/drei": "^10.7.7",
|
||||
"@react-three/fiber": "^9.4.2",
|
||||
"@tanstack/react-query": "^5.90.12",
|
||||
"@tanstack/react-query": "^5.90.15",
|
||||
"ignore": "^7.0.5",
|
||||
"lodash.orderby": "^4.6.0",
|
||||
"match-sorter": "^8.2.0",
|
||||
"next": "^16.0.10",
|
||||
"nuqs": "^2.8.5",
|
||||
"next": "^16.1.1",
|
||||
"nuqs": "^2.8.6",
|
||||
"picomatch": "^4.0.3",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-error-boundary": "^6.0.0",
|
||||
"react-error-boundary": "^6.0.1",
|
||||
"react-icons": "^5.5.0",
|
||||
"three": "^0.182.0",
|
||||
"unzipper": "^0.12.3",
|
||||
"zustand": "^5.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@types/express": "^5.0.6",
|
||||
"@types/lodash.orderby": "^4.6.9",
|
||||
"@types/node": "24.3.1",
|
||||
|
|
@ -47,14 +50,19 @@
|
|||
"@types/react": "^19.2.7",
|
||||
"@types/three": "^0.182.0",
|
||||
"@types/unzipper": "^0.10.11",
|
||||
"babel-plugin-react-compiler": "^1.0.0",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-next": "^16.1.1",
|
||||
"express": "^5.2.1",
|
||||
"jiti": "^2.6.1",
|
||||
"peggy": "^5.0.6",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier-plugin-glsl": "^0.2.2",
|
||||
"puppeteer": "^24.33.0",
|
||||
"puppeteer": "^24.34.0",
|
||||
"rimraf": "^6.1.2",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "^4.0.15"
|
||||
"typescript-eslint": "^8.51.0",
|
||||
"vitest": "^4.0.16"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue