-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.72 KB
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.10",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^2.9.11",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.28.0",
"@types/nprogress": "^0.2.0",
"axios": "^1.3.4",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"framer-motion": "^10.3.1",
"googleapis": "^114.0.0",
"html-react-parser": "^4.0.0",
"next": "latest",
"nextjs-progressbar": "^0.0.16",
"nprogress": "^0.2.0",
"rc-dropdown": "^4.0.1",
"rc-menu": "^9.8.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.5",
"react-hook-form-persist": "^3.0.0",
"react-icons": "^4.8.0",
"react-id-swiper": "^4.0.0",
"react-loader-spinner": "^5.3.4",
"react-medium-image-zoom": "^5.1.3",
"react-modal": "^3.16.1",
"react-modern-drawer": "^1.2.0",
"react-query-auth": "^2.2.0",
"react-radio-buttons": "^1.2.2",
"react-rating-stars-component": "^2.2.0",
"react-responsive": "^9.0.2",
"react-select": "^5.7.0",
"react-simple-star-rating": "^5.1.7",
"react-toastify": "^9.1.2",
"react-tooltip": "^5.11.1",
"sass": "^1.58.3",
"swiper": "^9.1.0",
"tailwindcss-container-query": "^1.1.0",
"yup": "^1.0.2",
"zustand": "^4.3.6"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-modal": "^3.13.1",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}