You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.3 KiB
52 lines
1.3 KiB
{
|
|
"name": "@tih/portal",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"tsc": "tsc",
|
|
"postinstall": "prisma generate",
|
|
"prisma": "prisma"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.7.2",
|
|
"@heroicons/react": "^2.0.11",
|
|
"@next-auth/prisma-adapter": "^1.0.4",
|
|
"@prisma/client": "^4.4.0",
|
|
"@tih/ui": "*",
|
|
"@trpc/client": "^9.27.2",
|
|
"@trpc/next": "^9.27.2",
|
|
"@trpc/react": "^9.27.2",
|
|
"@trpc/server": "^9.27.2",
|
|
"clsx": "^1.2.1",
|
|
"next": "12.3.1",
|
|
"next-auth": "~4.10.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-query": "^3.39.2",
|
|
"superjson": "^1.10.0",
|
|
"zod": "^3.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@tailwindcss/typography": "^0.5.7",
|
|
"@tih/tsconfig": "*",
|
|
"@types/node": "^18.0.0",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"autoprefixer": "^10.4.12",
|
|
"postcss": "^8.4.16",
|
|
"prisma": "^4.4.0",
|
|
"tailwindcss": "^3.1.8",
|
|
"typescript": "4.8.3"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "5.13.1"
|
|
}
|
|
}
|