generated from mrrosoff/React-Static-Site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"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.0",
"@mui/icons-material": "^6.3.0",
"@mui/lab": "^6.0.0-beta.21",
"@mui/material": "^6.3.0",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"luxon": "^3.5.0",
"nan": "^2.22.0",
"node-abi": "^3.71.0",
"onoff": "^6.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0"
},
"devDependencies": {
"@electron/rebuild": "^3.7.1",
"@tsconfig/node22": "^22.0.0",
"@types/luxon": "^3.4.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"electron": "^26.6.10",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-electron": "0.29.0"
}
}