aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 620c9cc..22748f7 100644
--- a/package.json
+++ b/package.json
@@ -53,5 +53,9 @@
53 "typescript": "^4.5.4", 53 "typescript": "^4.5.4",
54 "vite": "^2.7.9" 54 "vite": "^2.7.9"
55 }, 55 },
56 "packageManager": "yarn@3.1.1" 56 "packageManager": "yarn@3.1.1",
57 "dependencies": {
58 "loglevel": "^1.8.0",
59 "preload": "^0.1.0"
60 }
57} 61}