diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index facbacf..890f63d 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,11 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.8", - "svelte": "^3.49.0" + "astro": "^1.0.8" }, "dependencies": { "@astrojs/node": "^1.0.0", "express": "^4.18.1", - "js-sha256": "^0.9.0", "uuid": "^8.3.2" } } |