-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.75 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
{
"name": "hud",
"version": "0.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@fullcalendar/bootstrap": "^5.11.3",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/list": "^5.11.3",
"@fullcalendar/react": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"apexcharts": "^3.36.3",
"bootstrap": "^5.2.3",
"bootstrap-daterangepicker": "^3.1.0",
"bootstrap-icons": "^1.10.2",
"chart.js": "^4.0.1",
"codemirror": "^6.0.1",
"datatables.net": "^1.13.1",
"datatables.net-autofill": "^2.5.1",
"datatables.net-autofill-bs5": "^2.5.1",
"datatables.net-bs5": "^1.13.1",
"datatables.net-buttons": "^2.3.3",
"datatables.net-buttons-bs5": "^2.3.3",
"datatables.net-colreorder": "^1.6.1",
"datatables.net-colreorder-bs5": "^1.6.1",
"datatables.net-fixedcolumns": "^4.2.1",
"datatables.net-fixedcolumns-bs5": "^4.2.1",
"datatables.net-fixedheader": "^3.3.1",
"datatables.net-fixedheader-bs5": "^3.3.1",
"datatables.net-keytable": "^2.8.0",
"datatables.net-keytable-bs5": "^2.8.0",
"datatables.net-responsive": "^2.4.0",
"datatables.net-responsive-bs5": "^2.4.0",
"datatables.net-rowgroup": "^1.3.0",
"datatables.net-rowgroup-bs5": "^1.3.0",
"datatables.net-rowreorder-bs5": "^1.3.1",
"datatables.net-scroller": "^2.1.0",
"datatables.net-scroller-bs5": "^2.1.0",
"datatables.net-select": "^1.5.0",
"datatables.net-select-bs5": "^1.5.0",
"google-map-react": "^2.2.0",
"jquery": "^3.6.1",
"jsvectormap": "^1.5.1",
"jszip": "^3.10.1",
"lity": "^2.4.1",
"masonry-layout": "^4.2.2",
"node-sass": "^8.0.0",
"pdfmake": "^0.2.6",
"photoswipe": "^5.3.4",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-bootstrap-daterangepicker": "^8.0.0",
"react-color": "^2.19.3",
"react-countdown": "^2.3.5",
"react-datepicker": "^4.8.0",
"react-datetime": "^3.2.0",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
"react-input-mask": "^2.0.4",
"react-perfect-scrollbar": "^1.5.8",
"react-quill": "^2.0.0",
"react-router-dom": "^6.4.5",
"react-scripts": "^5.0.1",
"react-select": "^5.7.0",
"react-tag-input-component": "^2.0.2"
},
"scripts": {
"start": "react-scripts start --port=3001",
"build": "react-scripts --max_old_space_size=4096 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"
]
}
}