mirror of
https://github.com/jordienr/zenblog.git
synced 2026-08-28 10:16:51 -05:00
163 lines
5.3 KiB
JSON
163 lines
5.3 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "next build",
|
|
"build:web": "next build",
|
|
"dev": "concurrently \"next dev -p 8082\" \"npm run stripe:webhook\"",
|
|
"stripe:webhook": "stripe listen --forward-to localhost:8082/api/webhooks/stripe",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"start": "next start",
|
|
"db:typegen": "npx supabase gen types typescript --local --schema public > src/types/supabase.ts"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "3.782.0",
|
|
"@aws-sdk/s3-request-presigner": "3.782.0",
|
|
"@axiomhq/js": "^1.2.0",
|
|
"@builder.io/react-hydration-overlay": "^0.0.8",
|
|
"@chronark/zod-bird": "^0.3.9",
|
|
"@docs.plus/extension-hyperlink": "^1.5.2",
|
|
"@emoji-mart/data": "^1.1.2",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@groundcontrolsh/groundcontrol": "^0.3.0",
|
|
"@hono/zod-openapi": "^0.16.4",
|
|
"@hono/zod-validator": "^0.3.0",
|
|
"@hookform/resolvers": "^3.4.2",
|
|
"@marsidev/react-turnstile": "^1.4.1",
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@next/mdx": "^16.0.0",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-collapsible": "^1.1.1",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-popover": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
"@radix-ui/react-toggle-group": "^1.0.4",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@react-three/drei": "^9.111.3",
|
|
"@react-three/fiber": "^8.17.6",
|
|
"@scalar/hono-api-reference": "^0.5.150",
|
|
"@stripe/react-stripe-js": "^2.4.0",
|
|
"@stripe/stripe-js": "^2.4.0",
|
|
"@supabase/gotrue-js": "^2.62.2",
|
|
"@supabase/ssr": "^0.5.0",
|
|
"@supabase/supabase-js": "^2.43.4",
|
|
"@t3-oss/env-nextjs": "^0.2.1",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@tanstack/react-query": "^5.40.0",
|
|
"@tippyjs/react": "^4.2.6",
|
|
"@tiptap/extension-code-block-lowlight": "^2.1.13",
|
|
"@tiptap/extension-heading": "^2.0.3",
|
|
"@tiptap/extension-horizontal-rule": "^2.1.12",
|
|
"@tiptap/extension-image": "^2.1.12",
|
|
"@tiptap/extension-link": "^2.2.2",
|
|
"@tiptap/extension-placeholder": "^2.2.2",
|
|
"@tiptap/extension-underline": "^2.5.8",
|
|
"@tiptap/pm": "^2.0.3",
|
|
"@tiptap/react": "^2.0.3",
|
|
"@tiptap/starter-kit": "^2.0.3",
|
|
"@tiptap/suggestion": "^2.4.0",
|
|
"@tremor/react": "^3.17.4",
|
|
"@trpc/client": "^11.0.0-rc.377",
|
|
"@trpc/next": "^11.0.0-rc.377",
|
|
"@trpc/react-query": "^11.0.0-rc.377",
|
|
"@trpc/server": "^11.0.0-rc.377",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/react-syntax-highlighter": "^15.5.6",
|
|
"@types/three": "^0.167.2",
|
|
"@types/uuid": "^9.0.1",
|
|
"@uidotdev/usehooks": "^2.0.1",
|
|
"@vercel/og": "^0.6.2",
|
|
"@zenblog/types": "*",
|
|
"ai": "^3.1.30",
|
|
"bcrypt": "^5.1.1",
|
|
"browser-image-compression": "^2.0.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^0.2.1",
|
|
"date-fns": "^3.6.0",
|
|
"dotenv": "^16.4.4",
|
|
"embla-carousel-react": "^8.0.0",
|
|
"formidable": "^3.5.1",
|
|
"formik": "^2.2.9",
|
|
"framer-motion": "^10.12.12",
|
|
"hast-util-from-html": "^2.0.3",
|
|
"highlight.js": "^11.9.0",
|
|
"hono": "^4.6.3",
|
|
"lucide-react": "^0.379.0",
|
|
"micro": "^10.0.1",
|
|
"mini-svg-data-uri": "^1.4.4",
|
|
"nanoid": "^5.0.7",
|
|
"next": "^16.0.0",
|
|
"next-plausible": "^3.12.4",
|
|
"nuqs": "^2.4.3",
|
|
"openai": "^4.12.4",
|
|
"posthog-js": "^1.284.0",
|
|
"raw-body": "^2.5.2",
|
|
"react": "18.2.0",
|
|
"react-confetti": "^6.1.0",
|
|
"react-datetime-picker": "^5.6.0",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.43.9",
|
|
"react-icons": "^4.8.0",
|
|
"react-query": "^3.39.3",
|
|
"react-resizable-panels": "^2.0.19",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-use": "^17.4.0",
|
|
"react-use-clipboard": "^1.0.9",
|
|
"recharts": "^2.12.7",
|
|
"resend": "^3.1.0",
|
|
"sharp": "^0.33.5",
|
|
"sonner": "^1.4.41",
|
|
"stripe": "^14.16.0",
|
|
"superjson": "1.12.2",
|
|
"swr": "^2.1.5",
|
|
"tailwind-merge": "^1.14.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"three": "^0.167.1",
|
|
"tippy.js": "^6.3.7",
|
|
"tw-animate-css": "^1.3.7",
|
|
"uuid": "^9.0.0",
|
|
"vaul": "^1.1.1",
|
|
"zenblog": "*",
|
|
"zod": "^3.23.8",
|
|
"zustand": "^4.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/eslint": "^8.21.3",
|
|
"@types/formidable": "^3.4.3",
|
|
"@types/lowlight": "^0.0.7",
|
|
"@types/node": "^20.17.6",
|
|
"@types/prettier": "^2.7.2",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
"@typescript-eslint/parser": "^8.0.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"concurrently": "^9.0.1",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-next": "^16.0.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.6",
|
|
"prettier-plugin-tailwindcss": "^0.2.6",
|
|
"supabase": "^1.61.2",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.13.0"
|
|
}
|
|
}
|