react-router-dom stops at 7; version 8 ships only as react-router, which the other archived sites already use. - import the router from react-router instead of react-router-dom - update React, Vite, three.js types, Biome and CSpell - keep @types/node on the 24.x line with .ncurc.js
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "celloc3d",
|
|
"version": "3.0.2",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "biome lint --write .",
|
|
"lint:check": "biome lint .",
|
|
"format": "biome check --write .",
|
|
"format:check": "biome check .",
|
|
"spell:check": "cspell --no-progress .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@dr.pogodin/react-helmet": "^3.2.3",
|
|
"@reduxjs/toolkit": "^2.12.0",
|
|
"ky": "^2.1.0",
|
|
"react": "^19.3.0",
|
|
"react-dom": "^19.3.0",
|
|
"react-ga4": "^3.0.1",
|
|
"react-redux": "^9.3.0",
|
|
"react-router": "^8.3.1",
|
|
"redux": "^5.0.1",
|
|
"three": "^0.186.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.13",
|
|
"@types/node": "^24.13.4",
|
|
"@types/react": "^19.3.0",
|
|
"@types/react-dom": "^19.3.0",
|
|
"@types/react-redux": "^7.1.34",
|
|
"@types/three": "^0.186.0",
|
|
"@vitejs/plugin-react": "^6.1.1",
|
|
"cspell": "^10.3.1",
|
|
"typescript": "~7.0.2",
|
|
"vite": "^8.3.0"
|
|
}
|
|
}
|