summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-21 21:18:35 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-21 21:18:35 +0200
commit4711e2988c91bdf0a70525ffe18040d1b8158b9a (patch)
treeb91f62bb63c9c04db1d1f32173539c6ce3bd9c4a /package.json
parentaf3bed7b5b1b01531e3bb34c56612c37717e06b7 (diff)
add saving to disk
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 84ad772..8e37618 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,8 @@
"dependencies": {
"dotenv": "^5.0.1",
"express": "^4.16.3",
+ "file-saver": "^1.3.8",
+ "moment": "^2.22.1",
"preact": "^8.2.9",
"preact-compat": "^3.18.0",
"react-redux": "^5.0.7",
@@ -27,7 +29,8 @@
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"socket.io": "^2.1.1",
- "tone": "^0.12.80"
+ "tone": "^0.12.80",
+ "webm-writer": "^0.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",