-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 686 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 686 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": "@tanstack/hotkeys-example-react-shortcut-settings",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port=3069",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
}