aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 93d21da..0480700 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,16 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
- "astro": "astro"
+ "astro": "astro",
+ "format": "prettier . --write"
},
"dependencies": {
"astro": "^5.12.9"
+ },
+ "devDependencies": {
+ "prettier": "^3.6.2",
+ "prettier-plugin-astro": "^0.14.1",
+ "sass": "^1.90.0",
+ "scss": "^0.2.4"
}
-} \ No newline at end of file
+}