-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.4 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.4 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
{
"homepage": "https://shaogatalam.github.io/Shopex-With-ReactJs-ReduxToolkit"
"name": "shopex",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@loadable/component": "^5.16.4",
"@mantine/core": "^7.10.2",
"@mantine/dates": "^7.10.2",
"@material-table/core": "^6.4.4",
"@mui/icons-material": "^5.15.20",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.20",
"@mui/x-date-pickers": "^7.7.1",
"@reduxjs/toolkit": "^2.2.5",
"@tabler/icons": "^3.6.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"axios": "^1.7.7",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.3",
"chartjs-chart-treemap": "^2.3.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"firebase": "^10.12.3",
"firebase-tools": "^13.11.4",
"gh-pages": "^6.1.1",
"install": "^0.13.0",
"js-cookie": "^3.0.5",
"lodash.debounce": "^4.0.8",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"multiselect-react-dropdown": "^2.0.25",
"npm": "^10.8.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.3",
"react-chartjs-2": "^5.2.0",
"react-content-loader": "^7.0.2",
"react-datepicker": "^7.1.0",
"react-dom": "^18.3.1",
"react-email-editor": "^1.7.10",
"react-file-icon": "^1.5.0",
"react-grid-layout": "^1.4.4",
"react-icons": "^5.2.1",
"react-moment": "^1.1.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-scroll": "^1.9.0",
"react-select": "^5.8.0",
"redux-persist": "^6.0.0",
"rsuite": "^5.64.2",
"select-paginated": "^1.0.7",
"typescript": "^4.9.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}