-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
54 lines (54 loc) · 1.66 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"author": "Rylan",
"name": "awesome-hands-control",
"private": true,
"version": "1.1.0",
"description": "A powerful tool for controlling applications using hand gestures.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@hurdlegroup/robotjs": "^0.11.4",
"@mediapipe/tasks-vision": "0.10.12",
"@reduxjs/toolkit": "^2.2.1",
"active-win": "^8.2.1",
"electron-log": "^5.1.1",
"electron-store": "^8.2.0",
"node-abi": "^3.56.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-webcam": "7.2.0",
"redux": "^5.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"electron": "^29.1.1",
"electron-builder": "^24.13.3",
"electron-rebuild": "^3.2.9",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-electron": "^0.28.2",
"vite-plugin-electron-renderer": "^0.14.5"
},
"main": "dist-electron/main.js"
}