Skip to content

Commit

Permalink
add upload files examples
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ivashchuk committed Apr 9, 2024
1 parent 58eb23c commit 983f9ba
Show file tree
Hide file tree
Showing 18 changed files with 1,144 additions and 5 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dependencies": {
"@auth/prisma-adapter": "^1.4.0",
"@cloudflare/stream-react": "^1.9.1",
"@hookform/resolvers": "^3.3.4",
"@icons-pack/react-simple-icons": "^9.4.0",
"@lemonsqueezy/lemonsqueezy.js": "^2.2.0",
"@prisma/client": "^5.10.2",
Expand All @@ -25,11 +26,14 @@
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-use-controllable-state": "^1.0.1",
"@sentry/nextjs": "^7.105.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^5.25.0",
Expand All @@ -42,6 +46,7 @@
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@uploadthing/react": "^6.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
Expand All @@ -59,6 +64,8 @@
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.13.1",
"rehype-slug": "^6.0.0",
Expand All @@ -68,6 +75,7 @@
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.7.0",
"usehooks-ts": "^3.1.0",
"uvcanvas": "^0.2.1",
"zod": "^3.22.4"
Expand Down
204 changes: 202 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 983f9ba

Please sign in to comment.