-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
121 lines (121 loc) · 4.02 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
120
121
{
"private": true,
"name": "minia",
"version": "1.2.0",
"description": "",
"author": "Themesbrand",
"browserslist": [
"last 2 version",
"> 2%"
],
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@popperjs/core": "^2.5.3",
"alpinejs": "^3.10.2",
"axios": "^0.21",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"popper.js": "^1.12",
"postcss": "^8.3.6",
"postcss-import": "^14.1.0",
"resolve-url-loader": "^3.1.0",
"rtlcss": "^3.0.0",
"sass": "~1.32.12",
"sass-loader": "^8.0.0"
},
"dependencies": {
"@chenfengyuan/datepicker": "^1.0.10",
"@ckeditor/ckeditor5-build-classic": "^27.1.0",
"@curiosityx/bootstrap-session-timeout": "^1.0.0",
"@fullcalendar/bootstrap": "^4.4.0",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@simonwep/pickr": "^1.8.1",
"admin-resources": "git+https://github.com/themesbrand/admin-resources.git#master",
"alertifyjs": "^1.13.1",
"apexcharts": "^3.26.3",
"bootstrap": "^5.1.0",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-filestyle2": "^2.1.0",
"bootstrap-maxlength": "^1.10.1",
"bootstrap-rating": "^0.0.1",
"bootstrap-timepicker": "^0.5.2",
"bootstrap-touchspin": "^4.3.0",
"chance": "^1.1.8",
"chart.js": "^2.9.4",
"choices.js": "^9.0.1",
"datatables.net": "^1.10.23",
"datatables.net-autofill": "^2.3.4",
"datatables.net-autofill-bs4": "^2.3.4",
"datatables.net-bs4": "^1.10.20",
"datatables.net-buttons": "^1.4.2",
"datatables.net-buttons-bs4": "^1.4.2",
"datatables.net-keytable": "^2.3.2",
"datatables.net-keytable-bs4": "^2.3.2",
"datatables.net-responsive": "^2.2.1",
"datatables.net-responsive-bs4": "^2.2.1",
"datatables.net-select": "^1.2.5",
"datatables.net-select-bs4": "^1.2.5",
"dragula": "^3.7.3",
"dropzone": "^5.9.3",
"echarts": "^4.9.0",
"feather-icons": "^4.28.0",
"flatpickr": "^4.6.9",
"flot-charts": "^0.8.3",
"flot-orderbars": "^1.0.0",
"flot.curvedlines": "^1.1.1",
"glightbox": "^3.0.9",
"gmaps": "^0.4.25",
"gulp-rtlcss": "^1.4.1",
"imask": "^6.0.7",
"inputmask": "^5.0.7",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.5.1",
"jquery-countdown": "^2.2.0",
"jquery-knob": "^1.2.11",
"jquery-sparkline": "^2.4.0",
"jquery-steps": "^1.1.0",
"jquery-validation": "^1.19.5",
"jquery.easing": "^1.4.1",
"jquery.flot.tooltip": "^0.9.0",
"jquery.repeater": "^1.2.1",
"jszip": "^3.2.2",
"leaflet": "^1.8.0",
"magnific-popup": "^1.1.0",
"masonry-layout": "^4.2.2",
"metismenu": "^3.0.4",
"moment": "^2.29.4",
"node-waves": "^0.7.6",
"nouislider": "^15.1.1",
"owl.carousel": "^2.3.4",
"pace-js": "^1.2.4",
"parsleyjs": "^2.9.2",
"pdfmake": "^0.1.65",
"pristinejs": "^0.1.9",
"rater-js": "^1.0.1",
"simplebar": "^4.2.3",
"spectrum-colorpicker2": "^2.0.9",
"sweetalert2": "^11.4.19",
"swiper": "^6.7.0",
"table-edits": "^0.0.3",
"toastr": "^2.1.4",
"tom-select": "^2.0.3",
"tui-chart": "^3.11.3",
"tui-code-snippet": "^2.3.3",
"tui-dom": "^3.0.0",
"tui-time-picker": "^2.1.4",
"twitter-bootstrap-wizard": "^1.2.0",
"webpack-rtl-plugin": "^2.0.0",
"wnumb": "^1.2.0"
}
}