authentication and routing setup

This commit is contained in:
shams mosowi
2019-09-10 13:36:59 +10:00
parent 5d01b73c80
commit a0b28f95ec
12 changed files with 250 additions and 20 deletions

View File

@@ -12,6 +12,7 @@
"@types/ramda": "^0.26.21",
"@types/react": "^16.9.2",
"@types/react-dom": "16.9.0",
"@types/react-router-dom": "^4.3.5",
"@types/react-sortable-hoc": "^0.6.5",
"@types/react-virtualized": "^9.21.4",
"array-move": "^2.1.0",
@@ -20,6 +21,7 @@
"ramda": "^0.26.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-virtualized": "^9.21.1",
"typescript": "3.6.2"