-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.33 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
{
"name": "ecommerce-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.14",
"@mui/lab": "^5.0.0-alpha.149",
"@mui/material": "^5.14.14",
"@mui/system": "^5.14.18",
"@mui/x-date-pickers": "^6.18.1",
"@reduxjs/toolkit": "^1.9.7",
"@tabler/icons": "^2.39.0",
"@tabler/icons-react": "^2.39.0",
"@types/node": "^20.8.6",
"@types/react-slick": "^0.23.11",
"axios": "^1.6.0",
"date-fns": "^2.30.0",
"eslint-config-prettier": "^9.0.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-dom": "^18.2.0",
"react-intl": "^6.5.0",
"react-number-format": "^5.3.1",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.1.3",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.17.0",
"react-slick": "^0.29.0",
"react-spinners": "^0.13.8",
"react-timer-hook": "^3.0.7",
"react-to-print": "^2.14.15",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"reflect-metadata": "^0.1.13",
"slick-carousel": "^1.8.1",
"typedi": "^0.10.0",
"uuid": "^9.0.1",
"web-vitals": "^3.5.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.200",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.45.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"sass": "^1.69.4",
"typescript": "^5.0.2",
"vite": "^4.4.11"
}
}