-
- Downloads
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- package-lock.json 10196 additions, 13213 deletionspackage-lock.json
- package.json 3 additions, 2 deletionspackage.json
- src/Components/LoginModal.js 2 additions, 2 deletionssrc/Components/LoginModal.js
- src/Pages/PublicationPermissionsPage.js 6 additions, 6 deletionssrc/Pages/PublicationPermissionsPage.js
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -19,9 +19,10 @@ |
"react-recaptcha": "^2.3.10", | ||
"react-responsive-carousel": "^3.1.51", | ||
"react-router-dom": "^5.1.2", | ||
"react-scripts": "2.1.3", | ||
"react-scripts": "^3.3.0", | ||
"react-star-ratings": "^2.3.0", | ||
"styled-components": "^4.4.1" | ||
"styled-components": "^4.4.1", | ||
"typescript": "^3.7.5" | ||
}, | ||
"devDependencies": { | ||
"eslint-config-prettier": "^6.10.0", | ||
... | ... |
Please register or sign in to comment