-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 1.73 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@trendmicro/react-sidenav": "^0.5.0",
"axios": "^0.21.0",
"formik": "^2.2.0",
"jspdf": "^2.3.1",
"jspdf-autotable": "^3.5.14",
"material-table": "^1.69.2",
"mdbreact": "^4.27.0",
"node-sass": "^4.14.1",
"papaparse": "^5.3.0",
"react": "^16.14.0",
"react-bootstrap": "^1.3.0",
"react-bootstrap-sidebar": "0.0.1",
"react-burger-menu": "^3.0.3",
"react-chartjs-2": "^2.11.1",
"react-datepicker": "^3.3.0",
"react-dom": "^16.14.0",
"react-hook-form": "^6.15.1",
"react-icons": "^4.2.0",
"react-motion-drawer": "^3.1.0",
"react-pro-sidebar": "^0.4.4",
"react-push-menu": "^3.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-select": "^4.3.0",
"react-table": "^7.6.3",
"react-table-plugins": "^1.3.1",
"react-tabs": "^3.2.1",
"styled-components": "^5.2.1",
"sweetalert2": "^10.15.5",
"xlsx": "^0.16.9",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.12.7"
}
}