-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.19 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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "syatt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@portabletext/react": "^3.2.0",
"@reduxjs/toolkit": "^1.9.5",
"@sanity/client": "^6.27.2",
"@sanity/image-url": "^1.0.2",
"@tosspayments/payment-sdk": "^1.9.1",
"@tosspayments/payment-widget-sdk": "^0.10.1",
"@types/react-responsive": "^8.0.8",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.6.7",
"date-fns": "^4.1.0",
"dayjs": "^1.11.10",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"framer-motion": "^10.18.0",
"lucide-react": "^0.475.0",
"nanoid": "^5.1.0",
"next": "^15.1.0",
"next-auth": "^4.24.11",
"notiflix": "^3.2.6",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.24.0",
"react-daum-postcode": "^3.1.3",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-loader-spinner": "^5.3.4",
"react-portal": "^4.2.2",
"react-redux": "^8.0.5",
"react-responsive": "^10.0.0",
"react-simple-star-rating": "^5.1.7",
"react-slick": "^0.30.1",
"react-toastify": "^10.0.6",
"react-youtube": "^10.1.0",
"slick-carousel": "^1.8.1",
"swiper": "^11.2.2",
"swr": "^2.2.4",
"tailwind-scrollbar-hide": "^2.0.0",
"typescript": "^5.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.11",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-datepicker": "^4.19.4",
"@types/react-dom": "^18.2.18",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.16",
"encoding": "^0.1.13",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"source-map-loader": "^5.0.0",
"tailwindcss": "^3.3.5"
}
}