-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
87 lines (87 loc) · 2.48 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
{
"name": "smart-shop-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.3.1",
"@mui/lab": "^5.0.0-alpha.68",
"@mui/material": "^5.4.0",
"@mui/styled-engine-sc": "^5.3.0",
"@mui/styles": "^5.3.0",
"@mui/x-data-grid": "^5.5.0",
"@progress/kendo-drawing": "^1.16.3",
"@progress/kendo-licensing": "^1.2.2",
"@progress/kendo-react-pdf": "^5.1.0",
"@react-pdf-viewer/core": "^3.1.0",
"@react-pdf-viewer/default-layout": "^3.1.2",
"@reduxjs/toolkit": "^1.7.2",
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.23.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"animated-number-react": "^0.1.2",
"apexcharts": "^3.33.1",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"date-fns": "^2.28.0",
"firebase": "^9.6.7",
"moment": "^2.29.1",
"pdfjs-dist": "^2.12.313",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-big-calendar": "^0.39.0",
"react-bootstrap": "^2.1.2",
"react-crazy-modal": "^1.0.1",
"react-datepicker": "^4.7.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.26.1",
"react-rating-stars-component": "^2.2.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-spinners": "^0.11.0",
"react-stars": "^2.2.5",
"recharts": "^2.1.9",
"redux": "^4.1.2",
"styled-components": "^5.3.3",
"sweetalert2": "^11.4.0",
"sweetalert2-react-content": "^4.2.0",
"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"
]
},
"devDependencies": {
"jest-watch-typeahead": "^0.6.5"
}
}