generated from mrrosoff/React-Static-Site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.33 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
{
"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.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.13.3",
"axios": "^1.4.0",
"clsx": "latest",
"dotenv": "^16.0.3",
"luxon": "^3.3.0",
"nan": "^2.17.0",
"node-abi": "^3.40.0",
"onoff": "^6.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"react-transition-group": "^4.4.5",
"recharts": "^2.6.2"
},
"devDependencies": {
"@types/luxon": "^3.3.0",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"electron": "25.0.0",
"electron-rebuild": "^3.2.9",
"sass": "^1.62.1",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-plugin-electron": "0.11.2",
"vite-plugin-electron-renderer": "0.14.5"
}
}