aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 17d9febd..db808996 100644
--- a/package.json
+++ b/package.json
@@ -17,9 +17,10 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
- "typescript": "^5",
"@types/node": "^20",
"eslint": "^8.56.0",
- "eslint-config-next": "14.1.0"
+ "eslint-config-next": "14.1.0",
+ "prettier": "3.2.5",
+ "typescript": "^5"
}
}