diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-06 23:15:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 23:15:47 -0400 |
| commit | 20149e4849b8c24ba98ea1372f6ab3def6585265 (patch) | |
| tree | eb507b7b163549304c46cdd1cf6b3690ff1defc7 /package.json | |
| parent | 0910e7387fae485d7c11eb71b6abcce865403b13 (diff) | |
| parent | 301b10ba693dc76ebcd42d3fa4020410f2092bee (diff) | |
Merge pull request #506 from browngraphicslab/new_audio
New audio
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 47aea960f..6736d27f6 100644 --- a/package.json +++ b/package.json @@ -132,6 +132,7 @@ "archiver": "^3.1.1", "array-batcher": "^1.2.3", "async": "^2.6.2", + "axios": "^0.19.2", "babel-runtime": "^6.26.0", "bcrypt-nodejs": "0.0.3", "bezier-curve": "^1.0.0", @@ -217,6 +218,7 @@ "raw-loader": "^1.0.0", "rc-switch": "^1.9.0", "react": "^16.12.0", + "react-audio-waveform": "0.0.5", "react-autosuggest": "^9.4.3", "react-beautiful-dnd": "^13.0.0", "react-color": "^2.18.1", |
