summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-25 16:24:53 +0300
committerJosh Kingsley <josh@joshkingsley.me>2025-10-25 22:09:35 +0300
commita658e571ef245a200884ea96198c54188ae650da (patch)
tree636039604c7ccd84913c9f17a5a38bbbeb1c83b0 /package.json
parent1e15fcceddfd2710c84fee0d68988a8eacce7453 (diff)
feat(web): setup components
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 5bd7887..d5a1cb5 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
"type": "module",
"devDependencies": {
"prettier": "^3.6.2",
+ "prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-packagejson": "^2.5.19",
"turbo": "^2.5.8",
"typescript": "^5.9.3"