-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.21 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
{
"name": "garage-ui",
"version": "2.1.2",
"description": "A Custom UI For A Garage Door Opener",
"main": "dist/electron/main.js",
"scripts": {
"start": "vite",
"build": "vite build",
"garage": "npm run build && NODE_ENV=production electron ."
},
"author": "Max Rosoff",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.5",
"@mui/lab": "^7.0.1-beta.19",
"@mui/material": "^7.3.5",
"axios": "^1.13.2",
"dotenv": "^17.2.3",
"luxon": "^3.7.2",
"nan": "^2.23.1",
"node-abi": "^4.24.0",
"onoff": "^6.0.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"recharts": "^3.4.1"
},
"devDependencies": {
"@electron/rebuild": "^4.0.1",
"@tsconfig/node22": "^22.0.5",
"@types/luxon": "^3.7.1",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"electron": "^39.2.1",
"sass": "^1.94.1",
"typescript": "^5.9.3",
"vite": "^7.2.2",
"vite-plugin-electron": "0.29.0"
}
}