aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-06-01 19:33:11 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-06-01 19:33:11 +0100
commit4a9b96e5cc8bf822bf3b2860b175f446cb45f98a (patch)
treecff24b438803874ae6704703461b71147125d454 /package.json
parent5afaaf0432d4c9b6c2d840492eff184af41c961e (diff)
downloadunicornpaint-4a9b96e5cc8bf822bf3b2860b175f446cb45f98a.tar.gz
unicornpaint-4a9b96e5cc8bf822bf3b2860b175f446cb45f98a.tar.bz2
unicornpaint-4a9b96e5cc8bf822bf3b2860b175f446cb45f98a.tar.xz
unicornpaint-4a9b96e5cc8bf822bf3b2860b175f446cb45f98a.zip
Implemented animated GIFs
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6086efb..743a97f 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,10 @@
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
- "@fortawesome/react-fontawesome": "0.0.20",
+ "@fortawesome/fontawesome-free-webfonts": "^1.0.9",
+ "base64-js": "^1.3.0",
+ "nodejs-websocket": "^1.7.1",
+ "omggif": "^1.0.9",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-modal-dialog": "Dean177/react-modal-dialog#support/bump-react",