aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-01-04 20:54:04 +0100
committerlonkaars <l.leblansch@gmail.com>2021-01-04 20:54:04 +0100
commit32e465cd02b7e420ac63b5bd6dcb2caa5cdf3740 (patch)
tree65fc2299b315def57e0f306a979774acb6fb8c5d /package.json
parent247a5bd0f8f4ce77bc5d02ccb1a315b254b23e8f (diff)
home page en routing
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index e2cb330..4310ae7 100644
--- a/package.json
+++ b/package.json
@@ -8,6 +8,7 @@
"@testing-library/user-event": "^12.1.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
+ "react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4"
@@ -39,6 +40,7 @@
"proxy": "http://localhost:5000",
"devDependencies": {
"@types/react": "^17.0.0",
- "@types/react-dom": "^17.0.0"
+ "@types/react-dom": "^17.0.0",
+ "@types/react-router-dom": "^5.1.7"
}
}