Files
var-monorepo/apps/hub/package.json
2025-07-24 15:44:34 -07:00

64 lines
1.6 KiB
JSON

{
"name": "hub",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.13.1",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@eslint/eslintrc": "^3.3.1",
"@hookform/resolvers": "^5.1.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@radix-ui/react-icons": "^1.3.2",
"@repo/db": "workspace:*",
"@repo/eslint-config": "workspace:*",
"@repo/shared-components": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-table": "^8.21.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^22.15.34",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@uiw/react-md-editor": "^4.0.8",
"axios": "^1.10.0",
"bcryptjs": "^3.0.2",
"clsx": "^2.1.1",
"daisyui": "^5.0.46",
"date-fns": "^4.1.0",
"eslint-config-next": "^15.4.2",
"i": "^0.3.7",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.525.0",
"next": "^15.4.2",
"next-auth": "^4.24.11",
"next-remove-imports": "^1.0.12",
"npm": "^11.4.2",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-datepicker": "^8.4.0",
"react-day-picker": "^9.8.0",
"react-dom": "^19.1.0",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.60.0",
"react-hot-toast": "^2.5.2",
"react-select": "^5.10.2",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"zod": "^3.25.67",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"eslint": "^9.31.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.37.0"
}
}