-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) 路 840 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) 路 840 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
28
29
30
{
"name": "tanstack-router-react-example-quickstart-file-based",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build && tsc --noEmit",
"preview": "vite preview",
"start": "vite"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-router": "^1.170.32",
"@tanstack/react-router-devtools": "^1.167.1",
"@tanstack/router-plugin": "^1.168.35",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redaxios": "catalog:",
"tailwindcss": "^4.2.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^6.0.1",
"@typescript/native": "npm:typescript@^7.0.2",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"vite": "^8.0.14"
}
}