-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 661 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 661 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": "@tanstack/hotkeys-example-solid-create-hotkey",
"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/devtools-utils": "^0.3.0",
"@tanstack/solid-devtools": "0.7.26",
"@tanstack/solid-hotkeys": "^0.3.1",
"@tanstack/solid-hotkeys-devtools": "^0.3.1",
"solid-js": "^1.9.11"
},
"devDependencies": {
"@types/node": "^25.3.0",
"typescript": "5.9.3",
"vite": "^7.3.1",
"vite-plugin-solid": "^2.11.10"
}
}