-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1012 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
34
35
36
37
38
39
40
{
"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",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/keybindr/keybindr.github.io.git"
},
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.39.5",
"@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",
"eslint": "^9.39.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"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"
}
}