-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1017 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1017 Bytes
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
{
"name": "knut_service",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.15",
"@next/third-parties": "^14.2.4",
"@types/react-icons": "^3.0.0",
"@vercel/analytics": "^1.3.1",
"axios": "^1.6.8",
"moment-timezone": "^0.5.45",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-kakao-maps-sdk": "^1.1.26",
"react-live-clock": "^6.1.20",
"react-moment": "^1.1.3",
"react-spring-bottom-sheet": "^3.4.1",
"react-twemoji": "^0.5.0",
"react-use": "^17.5.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-twemoji": "^0.4.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
}
}