-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.96 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.96 KB
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
{
"name": "labctrl",
"version": "1.0.3",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
"scripts": {
"build": "electron-vite build",
"build:linux": "electron-vite build && electron-builder --linux --config",
"build:mac": "electron-vite build && electron-builder --mac --config",
"build:win": "electron-vite build && electron-builder --win --config",
"dev": "electron-vite dev",
"postinstall": "electron-builder install-app-deps",
"start": "electron-vite preview"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@react-spring/web": "^9.7.5",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"color": "^4.2.3",
"cron-schedule": "^5.0.4",
"electron-store": "8",
"electron-updater": "^6.3.9",
"immer": "^10.1.1",
"lifx-lan-client": "^2.1.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"node-vibrant": "^3.2.1-alpha.1",
"react-async-hook": "^4.0.0",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.3",
"swr": "^2.2.5",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron/notarize": "^2.5.0",
"@iconify-json/bx": "^1.2.1",
"@iconify-json/svg-spinners": "^1.2.1",
"@types/color": "^3.0.6",
"@types/lodash": "^4.17.12",
"@types/luxon": "^3.4.2",
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/sortablejs": "^1.15.8",
"@types/spotify-web-api-node": "^5.0.11",
"@unocss/reset": "^0.63.6",
"@vitejs/plugin-react": "^4.3.3",
"electron": "^33.0.1",
"electron-builder": "^25.1.8",
"electron-vite": "^2.3.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3",
"unocss": "^0.63.6",
"vite": "^5.4.9"
}
}