Skip to content

Commit

Permalink
feat: update db schemas and packages, and use turbopack
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed May 22, 2024
1 parent 69027d5 commit 118c068
Show file tree
Hide file tree
Showing 15 changed files with 677 additions and 1,288 deletions.
13 changes: 13 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ await import("./src/env.js")

/** @type {import("next").NextConfig} */
const nextConfig = {
experimental: {
turbo: {
resolveExtensions: [
".mdx",
".tsx",
".ts",
".jsx",
".js",
".mjs",
".json",
],
},
},
images: {
remotePatterns: [
{
Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"clean": "rimraf --glob **/node_modules **/dist **/.next pnpm-lock.yaml **/.tsbuildinfo **/.contentlayer **/.react-email",
"build": "contentlayer build && next build",
"dev": "next dev",
"dev": "next dev --turbo",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
Expand All @@ -27,9 +27,9 @@
"unlighthouse": "pnpm dlx unlighthouse --site https://skateshop.sadmn.com"
},
"dependencies": {
"@clerk/nextjs": "^5.0.8",
"@clerk/themes": "^2.1.3",
"@hookform/resolvers": "^3.3.4",
"@clerk/nextjs": "^5.1.0",
"@clerk/themes": "^2.1.7",
"@hookform/resolvers": "^3.4.2",
"@loglib/tracker": "^0.8.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
Expand All @@ -52,93 +52,93 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.17",
"@react-email/tailwind": "0.0.16",
"@react-email/components": "^0.0.18",
"@react-email/tailwind": "0.0.17",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.0",
"@stripe/stripe-js": "^3.4.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/react-table": "^8.16.0",
"@tremor/react": "^3.16.2",
"@uploadthing/react": "^6.5.3",
"@tanstack/react-table": "^8.17.3",
"@tremor/react": "^3.17.2",
"@uploadthing/react": "^6.5.4",
"@upstash/ratelimit": "^1.1.3",
"@upstash/redis": "^1.30.1",
"ai": "^3.1.5",
"@upstash/redis": "^1.31.1",
"ai": "^3.1.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.30.10",
"embla-carousel-react": "8.0.4",
"framer-motion": "^11.1.9",
"embla-carousel-react": "8.1.3",
"framer-motion": "^11.2.5",
"geist": "^1.3.0",
"input-otp": "^1.2.4",
"nanoid": "^5.0.7",
"next": "14.2.3",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"openai": "^4.45.0",
"openai": "^4.47.1",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"react": "18.3.1",
"react-cropper": "^2.3.3",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-email": "^2.1.2",
"react-hook-form": "^7.51.4",
"react-email": "^2.1.3",
"react-hook-form": "^7.51.5",
"react-intersection-observer": "^9.10.2",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.2.0",
"react-medium-image-zoom": "^5.2.4",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.3",
"remark-gfm": "^4.0.0",
"resend": "^3.2.0",
"server-only": "^0.0.1",
"sonner": "^1.4.41",
"stripe": "^15.6.0",
"stripe": "^15.7.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.10.3",
"uploadthing": "^6.10.4",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@clerk/types": "^4.2.1",
"@clerk/types": "^4.5.0",
"@faker-js/faker": "^8.4.1",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/typography": "^0.5.13",
"@total-typescript/ts-reset": "^0.5.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.21.1",
"drizzle-kit": "^0.21.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-tailwindcss": "^3.15.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.13.1",
"rehype-pretty-code": "^0.13.2",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"rimraf": "^5.0.7",
"shiki": "^1.5.1",
"shiki": "^1.6.0",
"tailwindcss": "^3.4.3",
"tsx": "^4.10.0",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0"
Expand Down
Loading

0 comments on commit 118c068

Please sign in to comment.