aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/package.json b/package.json
index bc4fa98a..ef8827d5 100644
--- a/package.json
+++ b/package.json
@@ -1,17 +1,17 @@
{
- "name": "remember",
- "version": "0.1.0",
- "private": true,
- "workspaces": [
- "web"
- ],
- "dependencies": {
- "@next/eslint-plugin-next": "^14.1.0",
- "@typescript-eslint/eslint-plugin": "^6.21.0",
- "@typescript-eslint/parser": "^6.21.0",
- "class-variance-authority": "^0.7.0",
- "eslint-config-prettier": "^9.1.0",
- "eslint-plugin-react": "^7.33.2",
- "eslint-plugin-react-hooks": "^4.6.0"
- }
+ "name": "remember",
+ "version": "0.1.0",
+ "private": true,
+ "workspaces": [
+ "web"
+ ],
+ "dependencies": {
+ "@next/eslint-plugin-next": "^14.1.0",
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
+ "@typescript-eslint/parser": "^6.21.0",
+ "class-variance-authority": "^0.7.0",
+ "eslint-config-prettier": "^9.1.0",
+ "eslint-plugin-react": "^7.33.2",
+ "eslint-plugin-react-hooks": "^4.6.0"
+ }
}