aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-09 13:50:32 +0200
committerWilliam Hergès <william@herges.fr>2025-08-09 13:50:32 +0200
commitcbf9a7b672fce0943cc6306c506dda3ab1c1024e (patch)
tree0542f92eb8912bb6fbfeb6bae692134bdae4a175 /package.json
parentb4ce4105535bc9f276570fadfdfc1a9b28aac699 (diff)
chore(format): install prettier
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
+}