diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-03 03:30:16 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-03 03:30:16 +0300 |
commit | a2877c2844825853b8913a07a40f814fc03ac999 (patch) | |
tree | 0e89a301327b75506c49599cff2bc7329a85d0c0 /package.json | |
parent | eee96f01e29ddb8b95e9429c4e584fe6e7e7faec (diff) | |
download | react-benzin-a2877c2844825853b8913a07a40f814fc03ac999.tar.gz |
feat: support Markdown by url
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 61075ab..d1d2e04 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "license": "MIT", "dependencies": { "@material-ui/core": "^4.9.0", + "axios": "^0.19.2", "react": "^16.12.0", "react-dom": "^16.12.0", "react-virtualized-auto-sizer": "^1.0.2", |