Added some basic shared components, utils, hooks

This commit is contained in:
ireic
2019-12-08 03:49:49 +01:00
parent 6be3ac2e77
commit 3143f66a0f
82 changed files with 40121 additions and 5 deletions

View File

@@ -37,6 +37,7 @@
"dependencies": {
"axios": "^0.19.0",
"color": "^3.1.2",
"core-js": "^3.4.7",
"history": "^4.10.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
@@ -47,6 +48,7 @@
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-textarea-autosize": "^7.1.2",
"react-transition-group": "^4.3.0",
"styled-components": "^4.4.1",
"sweet-pubsub": "^1.1.2"
},