-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 772 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 772 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
27
{
"name": "@examples/tanstack-react-router",
"private": true,
"description": "Generated file-based routes for TanStack React Router and Vite 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/tanstack-react-router": "^1.20.0",
"@tanstack/react-router": "^1.142.8",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"fast-glob": "^3.3.3",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"vite": "^7.3.0"
}
}