-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.6 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
{
"name": "ecommerce",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p ${PORT:=3000}",
"lint": "next lint"
},
"dependencies": {
"@datadog/browser-rum": "^4.26.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@heroicons/react": "^1.0.5",
"@loadable/component": "^5.15.2",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.4.0",
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.26.0",
"animate.css": "^4.1.1",
"axios": "^0.25.0",
"formik": "^2.2.9",
"js-cookie": "^3.0.1",
"moment": "^2.29.3",
"next": "^12.1.0",
"next-redux-wrapper": "^7.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^14.2.2",
"react-google-login": "^5.2.2",
"react-google-recaptcha-v3": "^1.9.7",
"react-medium-image-zoom": "^4.4.3",
"react-phone-number-input": "^3.2.10",
"react-redux": "^7.2.6",
"react-slideshow-image": "^3.7.5",
"react-toastify": "^8.2.0",
"react-use": "^17.4.0",
"react-virtualized-auto-sizer": "^1.0.7",
"react-window": "^1.8.8",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"rss": "^1.2.2",
"sharp": "^0.31.2",
"styled-components": "^5.3.6",
"sweetalert2": "^11.4.8",
"swiper": "^8.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "12.0.9",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.18"
}
}