aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 1323e456..00000000
--- a/package.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "remember",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "lint": "next lint"
- },
- "dependencies": {
- "@next-auth/prisma-adapter": "^1.0.7",
- "class-variance-authority": "^0.7.0",
- "clsx": "^2.1.0",
- "lucide-react": "^0.322.0",
- "next": "14.1.0",
- "next-auth": "^4.24.5",
- "prisma": "^5.9.1",
- "react": "^18",
- "react-dom": "^18",
- "tailwind-merge": "^2.2.1",
- "tailwindcss-animate": "^1.0.7",
- "zod": "^3.22.4"
- },
- "devDependencies": {
- "typescript": "^5",
- "@types/node": "^20",
- "@types/react": "^18",
- "@types/react-dom": "^18",
- "autoprefixer": "^10.0.1",
- "postcss": "^8",
- "tailwindcss": "^3.3.0",
- "eslint": "^8",
- "eslint-config-next": "14.1.0"
- }
-}