forked from yiminwook/liveuta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1005 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
37
38
39
40
41
{
"name": "liveuta",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.3.4",
"dayjs": "^1.11.8",
"googleapis": "^112.0.0",
"next": "13.4.12",
"pretendard": "^1.3.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.8.0",
"react-toastify": "^9.1.2",
"regexify-string": "^1.0.19",
"sharp": "^0.31.3",
"swr": "^2.1.3",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.9",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-html-parser": "^2.0.2",
"encoding": "^0.1.13",
"eslint": "8.36.0",
"eslint-config-next": "^13.4.1",
"next-sitemap": "^4.1.8",
"sass": "^1.59.2",
"typescript": "4.9.5"
}
}