-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.78 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
62
{
"name": "gyeol-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query-devtools": "5.51.23",
"axios": "1.7.3",
"browser-image-compression": "2.0.2",
"clsx": "2.1.1",
"cookies-next": "4.2.1",
"embla-carousel": "^8.3.0",
"embla-carousel-auto-height": "^8.3.0",
"embla-carousel-auto-scroll": "^8.3.0",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"framer-motion": "11.3.24",
"jwt-decode": "4.0.0",
"lottie-react": "2.4.0",
"next": "14.2.5",
"next-themes": "0.3.0",
"qs": "^6.13.0",
"react": "18.3.1",
"react-daum-postcode": "3.1.3",
"react-dom": "18.3.1",
"react-hook-form": "7.52.2",
"react-mentions": "^4.4.10",
"react-use-draggable-scroll": "^0.4.7",
"swiper": "11.1.9",
"tailwind-merge": "2.5.0",
"zustand": "4.5.4"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/node": "22.2.0",
"@types/qs": "^6.9.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-mentions": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"autoprefixer": "10.4.20",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-tailwindcss": "3.17.4",
"postcss": "8.4.41",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.9",
"typescript": "5.5.4"
}
}