diff options
| author | Pitu <[email protected]> | 2019-10-01 14:20:37 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-10-01 14:20:37 -0300 |
| commit | 3680432bdfe49fc2416e50b3e91a740bbe66cfa8 (patch) | |
| tree | af344904fb304db7a7bfebde5d29465ced20df1c /package.json | |
| parent | feature: uploader with chunks support (diff) | |
| download | host.fuwn.me-3680432bdfe49fc2416e50b3e91a740bbe66cfa8.tar.xz host.fuwn.me-3680432bdfe49fc2416e50b3e91a740bbe66cfa8.zip | |
chore: prepare for filepond
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 352a29b..b469047 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "express": "^4.16.4", "express-rate-limit": "^3.4.0", "file-saver": "^2.0.1", + "filepond": "^4.7.2", "flexsearch": "^0.6.22", "fluent-ffmpeg": "^2.1.2", "fs-jetpack": "^2.2.2", @@ -69,10 +70,12 @@ "uuid": "^3.3.2", "v-clipboard": "^2.2.1", "vue-axios": "^2.1.4", + "vue-filepond": "^5.1.3", "vue-isyourpasswordsafe": "^1.0.2", "vue-plyr": "^5.1.0", "vue-timeago": "^3.4.4", - "vue2-transitions": "^0.2.3" + "vue2-transitions": "^0.2.3", + "vuebar": "^0.0.20" }, "devDependencies": { "autoprefixer": "^9.4.7", |