67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "parallel",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"postinstall": "prisma generate",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^1.0.0-beta.6",
|
|
"@hookform/resolvers": "^2.9.11",
|
|
"@next-auth/prisma-adapter": "^1.0.5",
|
|
"@next/font": "^13.1.6",
|
|
"@prisma/client": "^4.9.0",
|
|
"@radix-ui/react-avatar": "^1.0.2",
|
|
"@radix-ui/react-dialog": "^1.0.3",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
|
"@radix-ui/react-hover-card": "^1.0.5",
|
|
"@radix-ui/react-scroll-area": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.3",
|
|
"@radix-ui/react-tooltip": "^1.0.5",
|
|
"@tanstack/react-query": "^4.20.0",
|
|
"@trpc/client": "^10.9.0",
|
|
"@trpc/next": "^10.9.0",
|
|
"@trpc/react-query": "^10.9.0",
|
|
"@trpc/server": "^10.9.0",
|
|
"class-variance-authority": "^0.4.0",
|
|
"dayjs": "^1.11.7",
|
|
"highlight.js": "^11.8.0",
|
|
"next": "13.1.6",
|
|
"next-auth": "^4.19.0",
|
|
"next-mdx-remote": "^4.4.1",
|
|
"react": "18.2.0",
|
|
"react-aria": "^3.23.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.43.8",
|
|
"react-hot-toast": "^2.4.0",
|
|
"react-icons": "^4.8.0",
|
|
"rehype-highlight": "^6.0.0",
|
|
"superjson": "1.9.1",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.18",
|
|
"@types/prettier": "^2.7.2",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
"@typescript-eslint/parser": "^5.47.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"eslint": "^8.30.0",
|
|
"eslint-config-next": "13.1.6",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.6",
|
|
"prettier-plugin-tailwindcss": "^0.2.6",
|
|
"prisma": "^4.9.0",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.5.1"
|
|
}
|
|
}
|