-
-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "home-panel",
"description": "Home Panel",
"private": true,
"author": {
"name": "Aidan Timson",
"email": "[email protected]"
},
"license": "MIT",
"version": "3.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
"@mui/icons-material": "5.15.15",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.15",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/client": "5.12.1",
"@types/node": "20.12.7",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"encoding": "0.1.13",
"eslint": "8.56.0",
"eslint-config-next": "14.2.0",
"home-assistant-js-websocket": "9.2.1",
"materialdesign-js": "1.0.0",
"moment": "2.30.1",
"mui-chips-input": "2.1.4",
"next": "14.2.0",
"next-auth": "4.24.7",
"prisma": "5.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-moment": "1.1.3",
"tss-react": "4.9.6",
"typescript": "5.4.5",
"use-long-press": "3.2.0"
}
}