aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/package.json')
-rw-r--r--packages/web/package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/web/package.json b/packages/web/package.json
index 488af90f..8b135f9c 100644
--- a/packages/web/package.json
+++ b/packages/web/package.json
@@ -7,12 +7,13 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
- "lint": "next lint"
+ "lint": "next lint",
+ "test": "vitest"
},
"dependencies": {
+ "@auth/drizzle-adapter": "^0.7.0",
"@hoarder/db": "0.1.0",
"@hoarder/shared": "0.1.0",
- "@auth/drizzle-adapter": "^0.7.0",
"@hookform/resolvers": "^3.3.4",
"@next/eslint-plugin-next": "^14.1.0",
"@radix-ui/react-dialog": "^1.0.5",
@@ -54,6 +55,9 @@
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
- "tailwindcss": "^3.3.0"
+ "tailwindcss": "^3.3.0",
+ "ts-node": "^10.9.2",
+ "vite-tsconfig-paths": "^4.3.1",
+ "vitest": "^1.3.1"
}
}