forked from JustJoostNL/F1MV-Lights-Integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.96 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "F1MV-Lights-Integration",
"version": "3.1.1",
"main": "dist-electron/main/index.js",
"description": "The best way to connect your smart home lights to MultiViewer.",
"author": "JustJoostNL",
"license": "GPL-3.0-only",
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"@elgato-stream-deck/node": "^6.2.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "5.15.16",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "5.15.16",
"@mui/x-data-grid": "^7.3.2",
"@q42philips/hue-color-converter": "^1.0.0",
"@sentry/electron": "^4.24.0",
"colortranslator": "^4.1.0",
"cross-fetch": "^4.0.0",
"deep-equal": "^2.2.3",
"discord-rpc": "github:JustJoostNL/DiscordRPC",
"electron-log": "^5.1.2",
"electron-store": "^8.2.0",
"electron-updater": "^6.1.8",
"express": "^4.19.2",
"govee-lan-control": "^3.0.2",
"graphql": "^16.8.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mqtt": "^5.5.5",
"node-fetch": "^3.3.2",
"node-hue-api": "^5.0.0-beta.16",
"node-tradfri-client": "^3.2.0",
"notistack": "^3.0.1",
"openrgb-sdk": "^0.5.2",
"portfinder": "^1.0.32",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.5.0",
"react-json-tree": "^0.19.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.0",
"react-window": "^1.8.10",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"semver": "^7.6.0",
"serve-handler": "^6.1.5",
"socket.io": "^4.7.5",
"swr": "^2.2.5",
"wled-client": "^0.22.1"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron/notarize": "^2.3.0",
"@types/deep-equal": "^1.0.4",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/react-window": "^1.8.8",
"@types/serve-handler": "^6.1.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"electron": "^30.0.2",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.2.5",
"react-ga4": "^2.1.0",
"sass": "^1.76.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-electron-plugin": "^0.8.3",
"vite-plugin-electron": "^0.28.7",
"vite-plugin-electron-renderer": "^0.14.5"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
}
}