-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.57 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
75
76
77
78
79
80
81
82
83
{
"name": "kachabazar-store",
"version": "0.1.0",
"description": "this is kachabazar-store built with next.js and tailwindcss",
"homepage": "https://kachabazar-store.vercel.app/",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@next/eslint-plugin-next": "^12.0.0",
"@pathofdev/react-tag-input": "^1.0.7",
"@paypal/react-paypal-js": "^7.8.1",
"@react-oauth/google": "^0.11.1",
"@react-pdf/renderer": "^3.1.14",
"@reduxjs/toolkit": "^1.9.7",
"@rooks/use-sessionstorage": "^4.11.2",
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.20.3",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/line-clamp": "^0.2.2",
"@tawk.to/tawk-messenger-react": "^2.0.2",
"axios": "^1.4.0",
"browser-image-compression": "^2.0.2",
"currency-symbol-map": "^5.0.1",
"dayjs": "^1.10.7",
"html-react-parser": "^3.0.4",
"iconv-lite": "^0.6.3",
"js-cookie": "^3.0.1",
"jwt-decode": "^4.0.0",
"local-storage": "^2.0.0",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-pwa": "^5.6.0",
"next-seo": "^4.28.1",
"next-translate": "^1.4.0",
"rc-drawer": "^4.4.2",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.24.0",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.3.1",
"react-paginate": "^8.1.3",
"react-razorpay": "^2.0.1",
"react-redux": "^8.0.2",
"react-responsive-carousel": "^3.2.23",
"react-share": "^4.4.0",
"react-spinners": "0.13.8",
"react-switch": "^7.0.0",
"react-timer-hook": "^3.0.5",
"react-to-print": "^2.14.0",
"react-toastify": "^8.0.3",
"react-use-cart": "^1.13.0",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"sharp": "^0.32.6",
"socket.io-client": "^4.4.0",
"swiper": "^8.4.7",
"tailwind-scrollbar-hide": "^1.0.4",
"use-local-storage-state": "^13.0.0"
},
"author": "HtmlLover",
"license": "Regular",
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "10.4.5",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.4.3"
}
}