Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
- QzCurious
- redabacha
- refusado
- remcohaszing
- remorses
- renyu-io
- reyronald
Expand Down
21 changes: 21 additions & 0 deletions packages/react-router-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"name": "@react-router/dev",
"version": "7.14.0",
"description": "Dev tools and CLI for React Router",
"keywords": [
"react",
"router",
"route",
"routing",
"history",
"link",
"vite",
"vite-plugin"
],
"homepage": "https://reactrouter.com",
"bugs": {
"url": "https://github.com/remix-run/react-router/issues"
Expand Down Expand Up @@ -44,6 +54,17 @@
"bin": {
"react-router": "bin.js"
},
"compatiblePackages": {
"schemaVersion": 1,
"rolldown": {
"type": "incompatible",
"reason": "Uses Vite-specific APIs"
},
"rollup": {
"type": "incompatible",
"reason": "Uses Vite-specific APIs"
}
},
"scripts": {
"build": "wireit",
"typecheck": "tsc"
Expand Down
Loading