aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..bc4fa98a
--- /dev/null
+++ b/package.json
@@ -0,0 +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"
+ }
+}