-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 725 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",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"dev": "vite --port=3001",
"build": "vite build",
"serve": "vite preview",
"start": "vite"
},
"devDependencies": {
"@tanstack/router-plugin": "^1.79.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sort-by": "^1.2.3",
"@vitejs/plugin-react": "^4.3.2",
"vite": "^5.4.8"
},
"dependencies": {
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"localforage": "^1.10.0",
"match-sorter": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sort-by": "^1.2.0"
}
}