-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.59 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
{
"name": "car-repo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@coreui/coreui": "^4.2.2",
"@coreui/react-chartjs": "^2.1.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"@syncfusion/ej2-react-spreadsheet": "^20.3.58",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.1.3",
"body-parser": "^1.20.1",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"bootstrap4-toggle": "^3.6.1",
"buffer": "^6.0.3",
"chart.js": "^3.9.1",
"chartjs-adapter-luxon": "^1.2.0",
"csvtojson": "^2.0.10",
"datatables.net": "^1.12.1",
"datatables.net-autofill-bs4": "^2.4.0",
"datatables.net-bs4": "^1.12.1",
"datatables.net-buttons-bs4": "^2.2.3",
"datatables.net-dt": "^1.12.1",
"datatables.net-responsive-bs4": "^2.3.0",
"datatables.net-rowreorder-dt": "^1.2.8",
"datatables.net-scroller-bs4": "^2.0.7",
"datatables.net-searchpanes-bs4": "^2.0.2",
"datatables.net-select-bs4": "^1.4.0",
"exceljs": "^4.3.0",
"express": "^4.18.2",
"fast-csv": "^4.3.6",
"jquery": "^3.6.1",
"jszip": "^3.10.1",
"luxon": "^3.0.4",
"moment": "^2.29.4",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nodemon": "^2.0.20",
"pdfmake": "^0.2.6",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-chartjs-2": "^4.3.1",
"react-data-table-component": "^7.5.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.40.0",
"react-minimal-pie-chart": "^8.3.0",
"react-papaparse": "^4.1.0",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"react-spinner-timer": "^1.1.0",
"reactstrap": "^9.1.4",
"remixicon": "^2.5.0",
"styled-components": "^5.3.6",
"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": {
"envify": "^4.1.0",
"terser": "^5.16.1",
"terser-brunch": "^4.1.0",
"uglifyify": "^5.0.2"
}
}