summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json
index 516d8a2..4440ad6 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,10 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
+ "@types/jest": "^27.5.2",
+ "@types/node": "^16.11.56",
+ "@types/react": "^18.0.17",
+ "@types/react-dom": "^18.0.6",
"axios": "^0.27.2",
"luxon": "^3.0.2",
"mapbox-gl": "^2.10.0",
@@ -19,7 +23,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.1.2",
- "react-scripts": "5.0.1"
+ "react-scripts": "5.0.1",
+ "typescript": "^4.8.2"
},
"scripts": {
"start": "react-scripts start",