-
- Downloads
merge DEV
No related branches found
No related tags found
This diff is collapsed.
... | ... | @@ -45,15 +45,16 @@ |
"extends": "./eslintrc.js" | ||
}, | ||
"dependencies": { | ||
"@material-ui/core": "^4.11.0", | ||
"@types/styled-components": "^5.1.2", | ||
"axios": "^0.20.0", | ||
"http-proxy-middleware": "^1.0.5", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-hook-form": "^6.5.3", | ||
"react-router": "^5.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"react-scripts": "3.4.0", | ||
"semantic-ui-css": "^2.4.1", | ||
"semantic-ui-react": "^0.88.2", | ||
"react-scripts": "^3.4.3", | ||
"styled-components": "^5.1.1", | ||
"typescript": "^3.9.7" | ||
}, | ||
... | ... | @@ -66,6 +67,7 @@ |
"@types/react": "^16.9.43", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react-router-dom": "^5.1.5", | ||
"@types/styled-components": "^5.1.2", | ||
"@typescript-eslint/eslint-plugin": "^3.7.0", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"eslint": "^7.5.0", | ||
... | ... |
Please register or sign in to comment