forked from OpenUp-LabTakizawa/raspi-signage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 841 Bytes
/
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
{
"name": "sinage-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"engines": {
"node": "18"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.1.1",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"autoprefixer": "^10.4.16",
"firebase": "^10.7.1",
"firebase-admin": "^12.0.0",
"next": "^14.0.4",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"swr": "^2.2.4"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-next": "14.0.4"
}
}