-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.05 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4.05 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "foodEdelivery",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^2.13.1",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.3",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.4.4",
"@mui/lab": "^5.0.0-alpha.72",
"@mui/material": "^5.11.6",
"@mui/styled-engine-sc": "^5.11.0",
"@mui/styles": "^5.14.18",
"@mui/x-date-pickers": "^7.21.0",
"@react-google-maps/api": "^2.10.2",
"@react-oauth/google": "^0.12.2",
"@reduxjs/toolkit": "^1.8.0",
"@stripe/react-stripe-js": "^4.0.2",
"@stripe/stripe-js": "^7.9.0",
"@tanstack/react-query": "^4.28.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"aos": "^2.3.4",
"axios": "^0.26.1",
"clsx": "^1.1.1",
"cookies-js": "^1.2.3",
"date-fns": "^2.30.0",
"emoji-picker-react": "^4.4.7",
"emotion-server": "^11.0.0",
"env-cmd": "^10.1.0",
"firebase": "^9.13.0",
"formik": "^2.2.9",
"gapi-script": "^1.2.0",
"google-map-react": "^2.1.10",
"history": "^5.3.0",
"i18next": "^23.7.6",
"install": "^0.13.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^4.0.0",
"laravel-echo": "^2.1.7",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lodash.isempty": "^4.4.0",
"material-ui-phone-number": "^3.0.0",
"moment": "^2.29.1",
"mui-image": "^1.0.7",
"next": "^12.1.6",
"next-seo": "^5.14.0",
"next-sitemap": "^4.2.3",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"pusher-js": "^5.1.1",
"react": "^17.0.2",
"react-calendar": "^4.6.0",
"react-country-flag": "^3.0.2",
"react-datepicker": "^4.17.0",
"react-dom": "^17.0.2",
"react-geolocated": "^4.0.3",
"react-google-login": "^5.2.2",
"react-google-recaptcha": "^2.1.0",
"react-hot-toast": "^2.2.0",
"react-i18next": "^11.15.5",
"react-image-lightbox": "^5.1.4",
"react-material-ui-carousel": "^3.4.2",
"react-multi-carousel": "^2.8.0",
"react-otp-input": "^3.0.4",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.4.12",
"react-query": "^3.34.19",
"react-redux": "^7.2.6",
"react-responsive-carousel": "^3.2.23",
"react-router": "^6.2.1",
"react-scroll": "^1.8.9",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.0.8",
"redux-persist": "^6.0.0",
"simplebar-react": "^2.3.6",
"sitemap": "^7.1.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"styled-jsx": "^5.1.0",
"stylis-plugin-rtl": "^2.1.1",
"swiper": "^11.0.4",
"tailwindcss": "^3.3.3",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build:prod": "env-cmd -f .env.production yarn build",
"postbuild": "next-sitemap"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "^8.18.0",
"postcss": "^8.4.21",
"prettier": "2.5.1",
"tailwindcss": "^3.3.3",
"typescript": "5.9.2"
},
"engines": {
"node": ">=14.0.0"
}
}