1
0
Fork 0

Clean up dependencies

This commit is contained in:
Amarpreet Minhas 2019-10-19 15:46:39 -04:00
parent 9b6ac9acda
commit c99e40c5d7
2 changed files with 3103 additions and 2463 deletions

5561
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,15 +6,16 @@
"axios": "^0.18.1", "axios": "^0.18.1",
"github-markdown-css": "^3.0.1", "github-markdown-css": "^3.0.1",
"react": "^16.10.2", "react": "^16.10.2",
"react-cookie": "^4.0.1",
"react-dom": "^16.10.2", "react-dom": "^16.10.2",
"react-markdown": "^4.2.2", "react-markdown": "^4.2.2",
"react-mde": "^7.6.2",
"react-redux": "^7.1.1", "react-redux": "^7.1.1",
"react-router-dom": "^5.1.2", "react-router-dom": "^5.1.2",
"react-scripts": "3.0.0", "react-scripts": "3.0.0",
"redux": "^4.0.4", "redux": "^4.0.4",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.87.3" "semantic-ui-react": "^0.87.3",
"universal-cookie": "^4.0.2"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",