forked from mori-po/service-liff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 864 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": "service-liff",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@line/liff": "2.21.4",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.2",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"dayjs": "^1.11.7",
"eslint": "8.34.0",
"eslint-config-next": "13.2.1",
"next": "13.2.1",
"notistack": "^3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-qr-code": "^2.0.11",
"react-transition-group": "^4.4.5",
"swr": "^2.1.2",
"typescript": "4.9.5"
},
"devDependencies": {
"vercel": "^28.18.3"
}
}