diff --git a/package.json b/package.json index eefd034..93146d1 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,13 @@ "astro": "astro" }, "dependencies": { - "@lucide/astro": "^1.21.0", + "@lucide/astro": "^1.21.0" + }, + "peerDependencies": { "astro": "^7.0.0" }, "devDependencies": { + "astro": "^7.0.0", "sass": "^1.99.0" } } \ No newline at end of file