this repo has no description
at master 67 lines 1.9 kB view raw
1{ 2 "name": "homepage", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "build": "next build", 8 "db:generate": "drizzle-kit generate", 9 "db:migrate": "drizzle-kit migrate", 10 "db:push": "drizzle-kit push", 11 "db:studio": "drizzle-kit studio", 12 "dev": "next dev", 13 "lint": "next lint", 14 "start": "next start" 15 }, 16 "dependencies": { 17 "@icons-pack/react-simple-icons": "^9.6.0", 18 "@radix-ui/react-dialog": "^1.1.1", 19 "@radix-ui/react-slot": "^1.1.0", 20 "@t3-oss/env-nextjs": "^0.10.1", 21 "@tanstack/react-query": "^5.50.0", 22 "@trpc/client": "^11.0.0-rc.446", 23 "@trpc/react-query": "^11.0.0-rc.446", 24 "@trpc/server": "^11.0.0-rc.446", 25 "@types/slug": "^5.0.8", 26 "class-variance-authority": "^0.7.0", 27 "clsx": "^2.1.1", 28 "drizzle-orm": "^0.30.10", 29 "geist": "^1.3.0", 30 "gray-matter": "^4.0.3", 31 "lucide-react": "^0.408.0", 32 "mysql2": "^3.9.7", 33 "next": "^14.2.4", 34 "react": "^18.3.1", 35 "react-code-blocks": "^0.1.6", 36 "react-dom": "^18.3.1", 37 "react-markdown": "^9.0.1", 38 "rehype-raw": "^7.0.0", 39 "server-only": "^0.0.1", 40 "slug": "^9.1.0", 41 "superjson": "^2.2.1", 42 "tailwind-merge": "^2.5.2", 43 "tailwindcss-animate": "^1.0.7", 44 "zod": "^3.23.3" 45 }, 46 "devDependencies": { 47 "@types/eslint": "^8.56.10", 48 "@types/node": "^20.14.10", 49 "@types/react": "^18.3.3", 50 "@types/react-dom": "^18.3.0", 51 "@typescript-eslint/eslint-plugin": "^7.1.1", 52 "@typescript-eslint/parser": "^7.1.1", 53 "drizzle-kit": "^0.21.4", 54 "eslint": "^8.57.0", 55 "eslint-config-next": "^14.2.4", 56 "eslint-plugin-drizzle": "^0.2.3", 57 "postcss": "^8.4.39", 58 "prettier": "^3.3.2", 59 "prettier-plugin-tailwindcss": "^0.6.5", 60 "tailwindcss": "^3.4.3", 61 "typescript": "^5.5.3" 62 }, 63 "ct3aMetadata": { 64 "initVersion": "7.36.1" 65 }, 66 "packageManager": "pnpm@9.1.0" 67}