Rewrite with typescript

This commit is contained in:
Hazem Krimi
2020-10-16 13:39:24 +01:00
parent df2df85c83
commit be8ea198ef
32 changed files with 1277 additions and 378 deletions
+4 -4
View File
@@ -3,16 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.4",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"styled-components": "^5.2.0",
"typescript": "~3.7.2"
},
"scripts": {