-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 782 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 782 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
31
32
33
{
"name": "keybindr",
"version": "1.0.0",
"description": "Keybinding planning tool",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keybindr/keybindr.github.io.git"
},
"license": "ISC",
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^29.0.2",
"terser": "^5.46.2",
"vite": "^8.0.8",
"vitest": "^4.1.5"
},
"dependencies": {
"jszip": "^3.10.1",
"react": "^19.2.5",
"react-dom": "^19.2.5"
}
}