-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "@examples/react-router-custom-path",
"private": true,
"description": "Generated file-based routes for React Router and Vite custom path example",
"author": "Omar Elhawary <oedotme@gmail.com> (https://omarelhawary.me)",
"license": "MIT",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@generouted/react-router": "^1.20.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router": "^7.13.1"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^8.0.0"
}
}