mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 10:51:21 +02:00
feat(admin-plugin): add swal2 into Flextype #211
This commit is contained in:
@@ -24,6 +24,9 @@ class TailwindExtractor {
|
||||
// Select2
|
||||
'node_modules/select2/dist/css/select2.min.css',
|
||||
|
||||
// Swal2
|
||||
'node_modules/sweetalert2/dist/sweetalert2.min.css',
|
||||
|
||||
// CodeMirror
|
||||
'node_modules/codemirror/lib/codemirror.css',
|
||||
'node_modules/codemirror/theme/elegant.css'])
|
||||
@@ -98,6 +101,9 @@ gulp.task("css", function() {
|
||||
// Select2
|
||||
'node_modules/select2/dist/js/select2.min.js',
|
||||
|
||||
// Swal2
|
||||
'node_modules/sweetalert2/dist/sweetalert2.min.js',
|
||||
|
||||
// ParsleyJS Form Validatator
|
||||
'node_modules/parsleyjs/dist/parsley.min.js',
|
||||
|
||||
|
@@ -32,6 +32,7 @@
|
||||
"postcss-import": "^12.0.1",
|
||||
"select2": "^4.0.12",
|
||||
"speakingurl": "^14.0.1",
|
||||
"sweetalert2": "^9.7.1",
|
||||
"tailwindcss": "^1.1.4",
|
||||
"tippy.js": "^5.1.4"
|
||||
}
|
||||
|
Reference in New Issue
Block a user