-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.32 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
{
"name": "workforce_frontend",
"version": "1.0.0",
"homepage": "/",
"dependencies": {
"@date-io/date-fns": "^2.16.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@formatjs/intl-pluralrules": "4.3.3",
"@formatjs/intl-relativetimeformat": "10.0.1",
"@fortawesome/fontawesome-free": "6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.5",
"@mui/x-date-pickers": "^6.7.0",
"@popperjs/core": "2.11.6",
"@types/jwt-decode": "^3.1.0",
"@types/react-datepicker": "^4.11.2",
"animate.css": "4.1.1",
"apexcharts": "3.35.0",
"axios": "0.26.1",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "5.3.0-alpha1",
"bootstrap-icons": "^1.5.0",
"chart.js": "3.7.1",
"clsx": "1.1.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.8",
"formik": "2.2.9",
"jwt-decode": "^3.1.2",
"line-awesome": "1.3.0",
"nouislider": "15.5.1",
"postcss-loader": "^7.0.2",
"prism-react-renderer": "1.3.1",
"prism-themes": "1.9.0",
"prismjs": "1.28.0",
"qs": "6.10.3",
"react": "18.0.0",
"react-apexcharts": "1.4.0",
"react-bootstrap": "^2.7.0",
"react-copy-to-clipboard": "5.1.0",
"react-datepicker": "^4.13.0",
"react-dom": "18.0.0",
"react-icons": "^4.9.0",
"react-inlinesvg": "3.0.0",
"react-intl": "5.25.0",
"react-paginate": "^8.2.0",
"react-query": "3.38.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
"react-table": "^7.7.0",
"react-toastify": "^9.1.1",
"react-topbar-progress-indicator": "4.1.1",
"socicon": "3.0.5",
"yup": "0.32.11"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.1.1",
"@testing-library/user-event": "13.5.0",
"@types/bootstrap": "5.1.10",
"@types/chart.js": "2.9.37",
"@types/jest": "27.4.1",
"@types/node": "16.11.27",
"@types/prismjs": "1.26.0",
"@types/qs": "6.9.7",
"@types/react": "18.0.6",
"@types/react-copy-to-clipboard": "5.0.2",
"@types/react-dom": "18.0.2",
"@types/react-table": "^7.7.9",
"@types/sass-loader": "8.0.3",
"del": "6.0.0",
"mini-css-extract-plugin": "2.6.1",
"prettier": "2.6.2",
"rtlcss-webpack-plugin": "4.0.7",
"sass": "^1.57.1",
"sass-loader": "13.0.2",
"typescript": "4.6.3",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "prettier --check .",
"format": "prettier --write .",
"rtl": "webpack --config=rtl.config.js"
},
"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"
]
},
"eslintIgnore": [
"dist/*"
]
}