1
0
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:
Awilum
2020-01-30 00:47:22 +03:00
parent 86aaffe513
commit a39530248b
2 changed files with 4 additions and 0 deletions

View File

@@ -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',

View File

@@ -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"
}