aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json
index bfa24d6..2ac0005 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,13 @@
{
"dependencies": {
+ "@types/bootstrap": "^5.2.6",
+ "@types/leaflet": "^1.9.3",
+ "@typescript-eslint/eslint-plugin": "^5.56.0",
+ "@typescript-eslint/parser": "^5.56.0",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
- "sass": "^1.59.3"
+ "eslint": "^8.36.0",
+ "sass": "^1.59.3",
+ "typescript": "^5.0.2"
}
}