forked from oedotme/generouted
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 726 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",
"private": true,
"description": "Generated file-based routes for React Router and Vite custom 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.19.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "6.27.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}