-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.53 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.53 KB
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
{
"name": "datta-able-tailwind-html",
"version": "1.1.0",
"description": "Datta Able Pro Tailwind Admin Template",
"main": "index.js",
"author": {
"name": "CodedThemes",
"email": "CodedThemes@gmail.com",
"url": "http://codedthemes.com/"
},
"scripts": {
"start": "gulp",
"build": "gulp build-prod",
"format": "prettier --write ./src"
},
"overrides": {
"graceful-fs": "^4.2.11"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/helper-environment-visitor": "^7.22.20",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-cssbeautify": "^3.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^9.0.0",
"gulp-inject": "^5.0.5",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0",
"gulp-smushit": "1.2.0",
"gulp-uglify": "^3.0.2",
"i18next": "^23.16.2",
"merge-stream": "^2.0.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass": "^1.71.1"
},
"dependencies": {
"@ckeditor/ckeditor5-build-balloon": "^43.2.0",
"@ckeditor/ckeditor5-build-classic": "^43.2.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^43.2.0",
"@ckeditor/ckeditor5-build-inline": "^43.2.0",
"@popperjs/core": "^2.11.8",
"@tailwindcss/postcss": "^4.1.3",
"animate.css": "^4.1.1",
"apexcharts": "^3.54.0",
"bootstrap-slider": "^11.0.2",
"bootstrap-switch-button": "^1.1.0",
"browser-sync": "^3.0.2",
"choices.js": "^11.0.2",
"clipboard": "^2.0.11",
"croppr": "^2.3.1",
"datatables.net-autofill": "^2.7.0",
"datatables.net-autofill-bs5": "^2.7.0",
"datatables.net-bs5": "^2.1.8",
"datatables.net-buttons": "^3.1.2",
"datatables.net-buttons-bs5": "^3.1.2",
"datatables.net-colreorder": "^2.0.4",
"datatables.net-colreorder-bs5": "^2.0.4",
"datatables.net-fixedcolumns": "^5.0.3",
"datatables.net-fixedcolumns-bs5": "^5.0.3",
"datatables.net-fixedheader": "^4.0.1",
"datatables.net-fixedheader-bs5": "^4.0.1",
"datatables.net-keytable": "^2.12.1",
"datatables.net-keytable-bs5": "^2.12.1",
"datatables.net-responsive": "^3.0.3",
"datatables.net-responsive-bs5": "^3.0.3",
"datatables.net-rowreorder": "^1.5.0",
"datatables.net-rowreorder-bs5": "^1.5.0",
"datatables.net-scroller-bs5": "^2.4.3",
"datatables.net-select-bs5": "^2.1.0",
"datatables.net-select-dt": "^2.1.0",
"dragula": "^3.7.3",
"dropzone": "^5.9.3",
"feather-icons": "^4.29.2",
"flatpickr": "^4.6.13",
"formbouncerjs": "^1.4.6",
"fslightbox": "^3.4.2",
"fullcalendar": "^6.1.15",
"gulp-file-include": "^2.3.0",
"gulp-postcss": "^9.0.1",
"gulp-sourcemaps": "^3.0.0",
"i18next-http-backend": "^1.0.10",
"imask": "^7.6.1",
"intro.js": "^7.2.0",
"isotope-layout": "^3.0.6",
"jsvectormap": "^1.6.0",
"jszip": "^3.10.1",
"notifier-js": "^1.0.0",
"nouislider": "^15.8.1",
"pdfmake": "^0.2.14",
"peity-vanilla": "^0.0.8",
"postcss": "^8.5.3",
"prismjs": "^1.29.0",
"quill": "^2.0.2",
"simple-datatables": "^9.2.1",
"simplebar": "^6.2.7",
"simplemde": "^1.11.2",
"star-rating.js": "^4.3.1",
"sweetalert2": "^11.14.2",
"swiper": "^11.1.14",
"tailwindcss": "^4.1.3",
"tiny-slider": "^2.9.4",
"tinymce": "^7.4.0",
"type-ahead": "^2.1.0",
"uppy": "^4.4.1",
"vanilla-wizard": "^0.0.7",
"vanillajs-datepicker": "^1.3.4",
"vanillatree": "^0.0.3",
"wnumb": "^1.2.0",
"wow.js": "^1.2.2"
}
}