summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-11-09 15:40:16 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-11-09 15:40:16 +0700
commitbe0f537dc4fe384eef09436833c6407e6482c16d (patch)
tree194b1ad3f34396cb8149075bbbd38b854aedf361 /package.json
parent5d5401ae36e7e0c8eb38ccd943c1aa44a9573d35 (diff)
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 24 insertions, 4 deletions
diff --git a/package.json b/package.json
index 90396ea..072edf1 100644
--- a/package.json
+++ b/package.json
@@ -9,19 +9,39 @@
"lint": "next lint"
},
"dependencies": {
+ "@nextui-org/react": "^2.1.13",
+ "@prisma/client": "^5.5.2",
+ "@tanstack/react-query": "^5.4.3",
+ "bcrypt": "^5.1.1",
+ "clsx": "^2.0.0",
+ "cookies-next": "^4.0.0",
+ "framer-motion": "^10.16.4",
+ "jsonwebtoken": "^9.0.2",
+ "lucide-react": "^0.291.0",
+ "next": "13.5.6",
+ "prisma": "^5.5.2",
"react": "^18",
"react-dom": "^18",
- "next": "13.5.6"
+ "react-hot-toast": "^2.4.1",
+ "react-select": "^5.7.7",
+ "react-zxing": "^2.0.0",
+ "tw-merge": "^0.0.1-alpha.3",
+ "usehooks-ts": "^2.9.1",
+ "xlsx": "^0.18.5",
+ "zod": "^3.22.4",
+ "zustand": "^4.4.4"
},
"devDependencies": {
- "typescript": "^5",
+ "@types/bcrypt": "^5.0.1",
+ "@types/jsonwebtoken": "^9.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
+ "eslint": "^8",
+ "eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3",
- "eslint": "^8",
- "eslint-config-next": "13.5.6"
+ "typescript": "^5"
}
}