aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index e4b183f0..8e6b98ac 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,13 @@
{
+ "$schema": "https://json.schemastore.org/package.json",
"name": "remember",
"version": "0.1.0",
"private": true,
"workspaces": [
"web",
"crawler",
- "shared"
+ "shared",
+ "db"
],
"dependencies": {
"@next/eslint-plugin-next": "^14.1.0",
@@ -16,7 +18,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
- "winston": "^3.11.0"
+ "prisma": "^5.9.1"
},
"devDependencies": {
"typescript": "^5",