forked from Codeit-sprint2-4-5/global-nomad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 962 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
{
"name": "global-nomad",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.19.3",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-query-devtools": "^5.24.1",
"@types/classnames": "^2.3.1",
"axios": "^1.6.7",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"moment": "^2.30.1",
"next": "14.1.0",
"nextjs-progressbar": "^0.0.16",
"react": "^18",
"react-calendar": "^4.8.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-kakao-maps-sdk": "^1.1.26",
"sass": "^1.71.1",
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
}