-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
138 lines (138 loc) · 4.35 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "ecommerce-website-react-reactquery-redux",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.19.0",
"@date-io/dayjs": "^3.0.0",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.1.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.131",
"@mui/material": "^5.13.1",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-data-grid": "^6.16.1",
"@mui/x-date-pickers": "^7.3.1",
"@react-pdf/renderer": "^3.4.4",
"@react-spring/parallax": "^9.7.3",
"@reduxjs/toolkit": "^1.9.6",
"@stripe/react-stripe-js": "^2.3.0",
"@stripe/stripe-js": "^2.1.6",
"@tanstack/react-query": "^4.29.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.32",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.4",
"@vis.gl/react-google-maps": "^1.1.0",
"animejs": "^3.2.2",
"axios": "^1.5.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"file-saver": "^2.0.5",
"firebase": "^9.22.1",
"framer-motion": "^11.11.9",
"html-react-parser": "^5.1.5",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"lodash": "^4.17.21",
"primeicons": "^7.0.0",
"primereact": "^10.7.0",
"react": "^18.2.0",
"react-cookie": "^7.2.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-error-boundary": "^4.0.11",
"react-google-recaptcha": "^3.1.0",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.44.1",
"react-i18next": "^13.2.2",
"react-icons": "^5.2.0",
"react-loading-skeleton": "^3.3.1",
"react-pdf": "^8.0.0",
"react-query": "^3.39.3",
"react-redux": "^8.0.7",
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
"react-spinners": "^0.13.8",
"react-swipeable-views-react-18-fix": "^0.14.1",
"react-toastify": "^9.1.3",
"react-topbar-progress-indicator": "^4.1.1",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"reselect": "^4.1.8",
"sass": "^1.62.1",
"selector": "^2.1.1",
"stripe": "^13.7.0",
"styled-components": "^5.3.10",
"stylis": "^4.3.1",
"stylis-plugin-rtl": "^2.1.1",
"typescript": "^4.9.5",
"uuid": "^9.0.1",
"validator": "^13.9.0",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5",
"zod": "^3.21.4",
"zxcvbn": "^4.4.2"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cy": "pnpm cypress open",
"cy:run": "pnpm cypress run",
"cy:run:test": "pnpm cypress run --component --spec 'cypress/components/ShopCategoryCard.cy.jsx'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/animejs": "^3.1.12",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.198",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-swipeable-views": "^0.13.5",
"@types/redux-logger": "^3.0.9",
"@types/styled-components": "^5.1.26",
"@types/stylis": "^4.2.5",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.7.17",
"@types/zxcvbn": "^4.4.1",
"@typescript-eslint/parser": "^6.13.2",
"cypress": "^13.3.0",
"eslint": "^8.55.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"hide-cra-error-overlay": "^1.0.23"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}