-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
83 lines (83 loc) · 2.45 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "desktop-wakatime",
"private": true,
"version": "0.0.0",
"author": {
"name": "Wakatime"
},
"description": "Wakatime desktop app.",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier . --write"
},
"repository": {
"type": "git",
"url": "https://github.com/wakatime/desktop-wakatime"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.633.0",
"@miniben90/x-win": "^1.10.2",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@tanstack/react-query": "^5.52.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"electron-is-dev": "^3.0.1",
"electron-store": "^10.0.0",
"electron-updater": "^6.3.9",
"globals": "^15.9.0",
"icon-promise": "^1.1.1",
"iconutil": "^1.0.2",
"lucide-react": "^0.428.0",
"node-fetch": "^3.3.2",
"node-global-key-listener": "^0.3.0",
"plist": "^3.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"unzipper": "^0.12.3",
"usehooks-ts": "^3.1.0",
"winreg": "^1.2.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.1",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.4.1",
"@types/plist": "^3.0.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/unzipper": "^0.10.10",
"@types/winreg": "^1.2.36",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"electron": "32.0.0",
"electron-builder": "^24.13.3",
"eslint": "^9.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-refresh": "^0.4.9",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.1",
"vite-plugin-electron": "^0.28.7",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-native": "^2.2.1"
},
"main": "dist-electron/main.js"
}