aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-02-26 17:53:38 -0700
committerDhravya <[email protected]>2024-02-26 17:53:38 -0700
commiteba818ffb4ca84f24f4d29924533bc2c098c88ce (patch)
tree542bbc30559a93bc4569fcc103e9cc2fdc20e50c /package.json
parentchaos (diff)
downloadsupermemory-eba818ffb4ca84f24f4d29924533bc2c098c88ce.tar.xz
supermemory-eba818ffb4ca84f24f4d29924533bc2c098c88ce.zip
EVERYTHING WORKING PERFECTLY
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 044bc193..45c35089 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.17",
- "drizzle-kit": "^0.20.14",
+ "drizzle-kit": "beta",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.35",
@@ -33,9 +33,16 @@
"typescript": "^5.1.6"
},
"dependencies": {
+ "@auth/d1-adapter": "^0.6.0",
+ "@auth/drizzle-adapter": "^0.7.0",
"@cloudflare/next-on-pages-next-dev": "^0.0.1",
+ "@crxjs/vite-plugin": "^1.0.14",
+ "@t3-oss/env-nextjs": "^0.9.2",
"@types/chrome": "^0.0.261",
+ "better-sqlite3": "^9.4.3",
"dotenv-cli": "^7.3.0",
- "eslint-plugin-next-on-pages": "^1.9.0"
+ "drizzle-orm": "^0.29.4",
+ "eslint-plugin-next-on-pages": "^1.9.0",
+ "next-auth": "beta"
}
}