diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-13 22:52:02 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-13 23:07:26 +0900 |
| commit | b7b7fa4fb9004dc6698b5a07834e4f34837f7374 (patch) | |
| tree | 16b82c6dc354b7b2ba4951f4473583114253fefd /frontend/package.json | |
| parent | 9afeaacf7af41a3daac5fa7683043c0952af1250 (diff) | |
| download | phperkaigi-2026-albatross-b7b7fa4fb9004dc6698b5a07834e4f34837f7374.tar.gz phperkaigi-2026-albatross-b7b7fa4fb9004dc6698b5a07834e4f34837f7374.tar.zst phperkaigi-2026-albatross-b7b7fa4fb9004dc6698b5a07834e4f34837f7374.zip | |
refactor(frontend): remove React Router and BFF-related dependencies
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/frontend/package.json b/frontend/package.json index f6988aa..c024f7a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,21 +18,13 @@ "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", - "@react-router/fs-routes": "^7.3.0", - "@react-router/node": "^7.3.0", - "@react-router/serve": "^7.3.0", - "cookie": "^1.0.2", "hast-util-to-jsx-runtime": "^2.3.6", - "isbot": "^5.1.23", "jotai": "^2.12.1", "jwt-decode": "^4.0.0", "openapi-fetch": "^0.13.4", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-router": "^7.3.0", "react-use-precision-timer": "^3.5.6", - "remix-auth": "^4.1.0", - "remix-auth-form": "^3.0.0", "shiki": "^3.12.2", "use-debounce": "^10.0.4", "wouter": "^3.9.0" @@ -40,7 +32,6 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@eslint/js": "^9.22.0", - "@react-router/dev": "^7.3.0", "@tailwindcss/postcss": "^4.0.12", "@tailwindcss/vite": "^4.0.12", "@types/node": "^22.13.10", @@ -53,7 +44,6 @@ "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.0.0", "openapi-typescript": "^7.6.1", - "react-router-devtools": "^1.1.0", "shiki-codegen": "^3.1.0", "tailwindcss": "^4.0.12", "typescript": "^5.8.2", |
