-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.83 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.83 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
62
63
64
65
66
67
{
"name": "refcart",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@icons-pack/react-simple-icons": "^4.4.0",
"@react-hook/media-query": "^1.1.1",
"@reduxjs/toolkit": "^1.6.0",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.15.0",
"@tailwindcss/forms": "^0.3.3",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"cloudinary": "^1.26.1",
"cloudinary-react": "^1.7.0",
"googleapis": "^78.0.0",
"jsonwebtoken": "^8.5.1",
"lodash.startcase": "^4.4.0",
"moment": "^2.29.1",
"mongodb": "^3.6.9",
"mongoose": "^5.12.14",
"next": "11.0.1",
"next-auth": "^3.27.0",
"next-remove-imports": "^1.0.5",
"nodemailer": "^6.6.1",
"react": "17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.4",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-hook-form": "^7.8.6",
"react-hot-toast": "^2.0.0",
"react-id-swiper": "^3.0.0",
"react-images-upload": "^1.2.8",
"react-loader-spinner": "^4.0.0",
"react-loading-skeleton": "^2.2.0",
"react-moment": "^1.1.1",
"react-query": "^3.17.2",
"react-rating": "^2.0.5",
"react-redux": "^7.2.4",
"react-select": "^4.3.1",
"react-slick": "^0.28.1",
"react-tagsinput": "^3.19.0",
"redux-persist": "^6.0.0",
"shortid": "^2.2.16",
"slick-carousel": "^1.8.1",
"stripe": "^8.154.0",
"swiper": "^5.3.6",
"util": "^0.12.4"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"postcss": "^8.3.0",
"redux-logger": "^3.0.6",
"tailwindcss": "^2.2.0"
}
}