Clean up dependencies
This commit is contained in:
parent
9b6ac9acda
commit
c99e40c5d7
2 changed files with 3103 additions and 2463 deletions
5561
package-lock.json
generated
5561
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -6,15 +6,16 @@
|
|||
"axios": "^0.18.1",
|
||||
"github-markdown-css": "^3.0.1",
|
||||
"react": "^16.10.2",
|
||||
"react-cookie": "^4.0.1",
|
||||
"react-dom": "^16.10.2",
|
||||
"react-markdown": "^4.2.2",
|
||||
"react-mde": "^7.6.2",
|
||||
"react-redux": "^7.1.1",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"react-scripts": "3.0.0",
|
||||
"redux": "^4.0.4",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"semantic-ui-react": "^0.87.3"
|
||||
"semantic-ui-react": "^0.87.3",
|
||||
"universal-cookie": "^4.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
|
|
Reference in a new issue