Browse Source

Update package.json, add blurhash

Daniel Supernault 4 years ago
parent
commit
cc1b081aa4
2 changed files with 6 additions and 0 deletions
  1. 5 0
      package-lock.json
  2. 1 0
      package.json

+ 5 - 0
package-lock.json

@@ -1649,6 +1649,11 @@
             "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz",
             "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg=="
         },
+        "blurhash": {
+            "version": "1.1.3",
+            "resolved": "https://registry.npmjs.org/blurhash/-/blurhash-1.1.3.tgz",
+            "integrity": "sha512-yUhPJvXexbqbyijCIE/T2NCXcj9iNPhWmOKbPTuR/cm7Q5snXYIfnVnz6m7MWOXxODMz/Cr3UcVkRdHiuDVRDw=="
+        },
         "bn.js": {
             "version": "5.1.1",
             "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.1.1.tgz",

+ 1 - 0
package.json

@@ -27,6 +27,7 @@
     "dependencies": {
         "@trevoreyre/autocomplete-vue": "^2.2.0",
         "animate.css": "^4.1.0",
+        "blurhash": "^1.1.3",
         "bootstrap-vue": "^2.16.0",
         "filesize": "^3.6.1",
         "howler": "^2.2.0",