Fix example project
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2025-12-28 16:12:38 +01:00
parent dd446da61c
commit 185912ceae
5 changed files with 149 additions and 407 deletions

View File

@@ -4,39 +4,29 @@
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"watch": "npx rollup -c --watch",
"build": "npx rollup -c",
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint",
"preview": "vite preview",
"clean:cache": "rm -rf .turbo node_modules/.tmp node_modules/.vite* .tanstack",
"clean:dist": "rm -rf dist",
"clean:modules": "rm -rf node_modules"
"clean:cache": "rm -rf .turbo",
"clean:modules": "rm -rf node_modules/* && touch node_modules/.gdignore"
},
"devDependencies": {
"@tanstack/react-router": "^1.139.12",
"@tanstack/react-router-devtools": "^1.139.12",
"@tanstack/router-plugin": "^1.139.12",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"globals": "^16.5.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"type-fest": "^5.2.0",
"vite": "^7.2.6"
"glob": "^13.0.0",
"rollup": "^4.54.0",
"rollup-plugin-delete": "^3.0.2",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-polyfill-node": "^0.13.0"
},
"dependencies": {
"@effect/platform": "^0.93.6",
"@effect/platform-browser": "^0.73.0",
"@radix-ui/themes": "^3.2.1",
"@typed/id": "^0.17.2",
"effect": "^3.19.8",
"@nberlette/utf8": "^0.4.0",
"fast-text-encoding": "^1.0.6",
"react": "^19.2.0",
"react-godot-renderer": "workspace:*",
"react-icons": "^5.5.0"
},
"overrides": {
"@types/react": "^19.2.7",
"effect": "^3.19.8",
"react": "^19.2.0"
"url-shim": "^1.0.1"
}
}