-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.69 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
56
57
58
59
60
61
{
"name": "ticket",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.7",
"@tanstack/query-core": "^5.0.5",
"@tanstack/react-query": "^5.0.5",
"@tanstack/react-query-devtools": "^5.4.2",
"@tanstack/react-query-next-experimental": "^5.0.5",
"@types/node": "20.6.0",
"@types/polyline": "^0.1.30",
"@types/react": "18.2.21",
"@types/react-cookies": "^0.1.1",
"@types/react-dom": "18.2.7",
"@types/react-slick": "^0.23.10",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"event-source-polyfill": "^1.0.31",
"graphql": "^16.8.1",
"next": "13.4.19",
"next-cookies": "^2.0.3",
"postcss": "8.4.29",
"react": "18.2.0",
"react-cookie": "^6.1.1",
"react-daum-postcode": "^3.1.3",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.46.1",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.3",
"react-paginate": "^8.2.0",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"sass": "^1.67.0",
"sharp": "^0.32.6",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/event-source-polyfill": "^1.0.5",
"@types/graphql": "^14.5.0",
"@types/navermaps": "^3.7.0",
"@types/react-datepicker": "^4.19.1",
"react-datepicker": "^4.21.0"
}
}