mirror of
https://github.com/flextype/flextype.git
synced 2025-08-20 11:51:28 +02:00
feat(admin-plugin): add SpeakingURL lib #211
This commit is contained in:
@@ -73,6 +73,9 @@ gulp.task("css", function() {
|
||||
// ParsleyJS Form Validatator
|
||||
'node_modules/parsleyjs/dist/parsley.min.js',
|
||||
|
||||
// SpeakingURL
|
||||
'node_modules/speakingurl/speakingurl.min.js',
|
||||
|
||||
// CodeMirror
|
||||
'node_modules/codemirror/lib/codemirror.js',
|
||||
'node_modules/codemirror/mode/htmlmixed/htmlmixed.js',
|
||||
|
@@ -31,6 +31,7 @@
|
||||
"parsleyjs": "^2.9.2",
|
||||
"postcss-import": "^12.0.1",
|
||||
"select2": "^4.0.12",
|
||||
"speakingurl": "^14.0.1",
|
||||
"tailwindcss": "^1.1.4",
|
||||
"tippy.js": "^5.1.4"
|
||||
}
|
||||
|
Reference in New Issue
Block a user