-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.45 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "hotsix_fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@nextui-org/react": "^2.2.9",
"@react-stately/data": "^3.11.2",
"@sentry/react": "^7.98.0",
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-query-devtools": "^5.8.4",
"@tosspayments/payment-widget-sdk": "^0.10.2",
"axios": "^1.6.2",
"cloudinary": "^2.0.1",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"dayjs": "^1.11.10",
"framer-motion": "^10.18.0",
"lodash": "^4.17.21",
"nanoid": "^5.0.5",
"next": "^14.1.0",
"react": "^18.2.0",
"react-date-range": "^2.0.0-alpha.4",
"react-datepicker": "^5.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.12.0",
"react-router-dom": "^6.22.0",
"react-toastify": "^9.1.3",
"react-use": "^17.5.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"sockjs-client": "^1.6.1",
"stomp": "^0.1.1",
"swiper": "^11.0.6"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "^14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
},
"proxy": "https://openapi.naver.com"
}