update and introduce react router

This commit is contained in:
Mona Mayrhofer 2025-12-23 16:30:04 +01:00
parent bf32423169
commit fa49ed07db
Signed by: Nionidh
GPG key ID: 374AB152BDEBA1AE
27 changed files with 349 additions and 187 deletions

View file

@ -4,33 +4,36 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "tsc -b && vite build",
"lint": "biome lint . && stylelint **/*.css",
"preview": "vite preview",
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"test": "vitest"
},
"dependencies": {
"effect": "=3.14.5",
"react": "=19.1.0",
"react-dom": "=19.1.0",
"@react-router/node": "7.10.1",
"@react-router/serve": "7.10.1",
"isbot": "^5.1.31",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "7.10.1",
"react-hook-form": "7.55.0",
"react-router-dom": "7.4.1",
"vite-plugin-top-level-await": "1.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/lodash": "4.17.16",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"@vitejs/plugin-react": "4.3.4",
"meow": "13.2.0",
"stylelint": "16.17.0",
"stylelint-config-standard": "37.0.0",
"typescript": "5.8.2",
"typescript-eslint": "8.29.0",
"vite": "6.2.4",
"vite-plugin-checker": "0.9.1",
"vitest": "3.1.1"
"@react-router/dev": "7.10.1",
"@tailwindcss/vite": "^4.1.13",
"@types/node": "^22",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4",
"@biomejs/biome": "2.3.6",
"stylelint": "16.26.1",
"stylelint-config-standard": "39.0.1",
"vite-plugin-checker": "0.12.0",
"vitest": "4.0.16"
}
}