-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.89 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
{
"private": true,
"name": "dason",
"version": "1.1.0",
"description": "",
"main": "gulpfile.js",
"author": "Themesdesign",
"browserslist": [
"last 2 version",
"> 2%"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "4.1.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-cached": "1.1.1",
"gulp-clean-css": "^4.2.0",
"gulp-cssnano": "2.1.3",
"gulp-file-include": "2.0.1",
"gulp-if": "^3.0.0",
"gulp-npm-dist": "^1.0.3",
"gulp-rename": "^1.4.0",
"gulp-replace": "1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "3.0.2",
"gulp-useref-plus": "0.0.8",
"rtlcss": "^3.0.0",
"sass": "^1.48.0"
},
"dependencies": {
"@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#master",
"alertifyjs": "^1.13.1",
"apexcharts": "^3.26.3",
"bootstrap": "^5.1.3",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-touchspin": "^4.2.5",
"chance": "^1.1.3",
"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.2",
"dropzone": "^5.7.2",
"echarts": "^4.7.0",
"feather-icons": "^4.28.0",
"flatpickr": "^4.6.9",
"glightbox": "^3.0.9",
"gmaps": "^0.4.24",
"gulp-rtlcss": "^1.4.1",
"imask": "^6.0.7",
"ion-rangeslider": "^2.3.0",
"jquery": "^3.5.1",
"jquery-countdown": "^2.2.0",
"jquery-knob": "^1.2.11",
"jquery-sparkline": "^2.4.0",
"jquery-validation": "^1.19.3",
"jquery.repeater": "^1.2.1",
"jszip": "^3.2.2",
"leaflet": "^1.6.0",
"masonry-layout": "^4.2.2",
"metismenu": "^3.0.4",
"node-waves": "^0.7.6",
"nouislider": "^15.1.1",
"pace-js": "^1.2.4",
"pdfmake": "^0.1.65",
"pristinejs": "^0.1.9",
"rater-js": "^1.0.1",
"select2": "^4.0.10",
"simplebar": "^4.2.3",
"sweetalert2": "^11.0.12",
"swiper": "^6.7.0",
"table-edits": "^0.0.3",
"tinymce": "^5.0.16",
"twitter-bootstrap-wizard": "^1.2.0",
"wnumb": "^1.2.0"
}
}