mirror of
https://github.com/harivansh-afk/Saas-Teamspace.git
synced 2026-04-17 03:03:48 +00:00
initial commit
This commit is contained in:
commit
ef9ccf22d3
133 changed files with 20802 additions and 0 deletions
90
package.json
Normal file
90
package.json
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
{
|
||||
"name": "nizzy-starter",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"postinstall": "prisma generate && prisma db push",
|
||||
"database": "prisma db push",
|
||||
"migrations:generate": "drizzle-kit generate:pg",
|
||||
"db:push": "drizzle-kit push:pg --config=drizzle.config.ts",
|
||||
"studio": "drizzle-kit studio",
|
||||
"email": "email dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@auth/prisma-adapter": "^2.1.0",
|
||||
"@hookform/resolvers": "^3.3.4",
|
||||
"@mui/material": "^5.15.18",
|
||||
"@neondatabase/serverless": "^0.9.1",
|
||||
"@prisma/client": "^5.13.0",
|
||||
"@radix-ui/react-avatar": "^1.0.4",
|
||||
"@radix-ui/react-checkbox": "^1.1.1",
|
||||
"@radix-ui/react-dialog": "^1.0.5",
|
||||
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
||||
"@radix-ui/react-label": "^2.0.2",
|
||||
"@radix-ui/react-progress": "^1.1.0",
|
||||
"@radix-ui/react-select": "^2.1.1",
|
||||
"@radix-ui/react-slider": "^1.2.0",
|
||||
"@radix-ui/react-slot": "^1.0.2",
|
||||
"@radix-ui/react-switch": "^1.1.0",
|
||||
"@radix-ui/react-tabs": "^1.1.1",
|
||||
"@radix-ui/react-toast": "^1.1.5",
|
||||
"@radix-ui/react-tooltip": "^1.0.7",
|
||||
"@react-email/components": "^0.0.19",
|
||||
"@react-email/render": "^0.0.16",
|
||||
"axios": "^1.7.2",
|
||||
"bcrypt": "^5.1.1",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^3.6.0",
|
||||
"drizzle-orm": "^0.30.9",
|
||||
"lucide": "^0.375.0",
|
||||
"lucide-react": "^0.374.0",
|
||||
"next": "14.2.3",
|
||||
"next-auth": "^5.0.0-beta.4",
|
||||
"next-themes": "^0.3.0",
|
||||
"pg": "^8.11.5",
|
||||
"postgres": "^3.4.4",
|
||||
"prettier": "^3.3.2",
|
||||
"prism-react-renderer": "^2.3.1",
|
||||
"react": "^18",
|
||||
"react-code-block": "^1.0.0",
|
||||
"react-colorful": "^5.6.1",
|
||||
"react-day-picker": "^8.10.1",
|
||||
"react-dom": "^18",
|
||||
"react-email": "^2.1.4",
|
||||
"react-fast-marquee": "^1.6.4",
|
||||
"react-hook-form": "^7.51.4",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
"react-icons": "^5.2.1",
|
||||
"react-use": "^17.5.0",
|
||||
"recharts": "^2.12.7",
|
||||
"resend": "^3.2.0",
|
||||
"stripe": "^14.25.0",
|
||||
"tailwind-merge": "^2.3.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"tsx": "^4.7.3",
|
||||
"uuid": "^9.0.1",
|
||||
"zod": "^3.23.8",
|
||||
"zustand": "^4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcrypt": "^5.0.2",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"drizzle-kit": "^0.20.17",
|
||||
"postcss": "^8",
|
||||
"prisma": "^5.13.0",
|
||||
"tailwindcss": "^3.4.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue