Skip to content

Instantly share code, notes, and snippets.

@FleetAdmiralJakob
Created May 12, 2024 12:01
Show Gist options
  • Select an option

  • Save FleetAdmiralJakob/a56f4a4f6d03c93b0773dd2dc0fbbbcc to your computer and use it in GitHub Desktop.

Select an option

Save FleetAdmiralJakob/a56f4a4f6d03c93b0773dd2dc0fbbbcc to your computer and use it in GitHub Desktop.
{
"name": "chat-io",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "npm-run-all --parallel next:dev convex:dev ",
"convex:dev": "convex dev --tail-logs",
"next:dev": "next dev",
"lint": "next lint",
"start": "next start",
"preinstall": "npx only-allow pnpm",
"convex:deploy": "convex deploy"
},
"dependencies": {
"@clerk/nextjs": "^5.0.3",
"@clerk/shared": "^2.0.0",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@serwist/next": "9.0.2",
"@serwist/precaching": "9.0.2",
"@serwist/sw": "9.0.2",
"@t3-oss/env-nextjs": "^0.10.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"convex": "^1.11.2",
"convex-ents": "^0.7.0",
"convex-helpers": "^0.1.35",
"framer-motion": "^11.1.7",
"geist": "^1.3.0",
"jiti": "^1.21.0",
"lucide-react": "^0.378.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"npm-run-all2": "^6.0.0",
"providers": "link:providers",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"react-icons": "^5.1.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.5"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.1.1",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"ct3aMetadata": {
"initVersion": "7.30.0"
},
"packageManager": "[email protected]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment