-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 755 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "with-tailwind",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"check-types": "turbo run check-types",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/express": "^5.0.3",
"prettier": "^3.6.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"turbo": "^2.5.4"
},
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=18"
},
"dependencies": {
"@heroui/react": "^2.8.4",
"@heroui/spinner": "^2.2.23",
"@prisma/client": "6.16.2",
"bcrypt": "^6.0.0",
"lucide-react": "^0.544.0",
"next-auth": "^4.24.11",
"react-toastify": "^11.0.5"
}
}