aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-06 13:22:39 +0000
committerMohamedBassem <me@mbassem.com>2024-02-06 13:22:39 +0000
commit2f59dbf31c4f1ed24def0368d946378a4b57ad12 (patch)
tree08178a285332d4c9ad29429985cd9f0b60e851dd /package.json
parent4c901d073376ab9fd37284801011a12261d5963d (diff)
downloadkarakeep-2f59dbf31c4f1ed24def0368d946378a4b57ad12.tar.zst
Structure the repo into workspaces
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"
+ }
+}