Skip to content

Commit

Permalink
debug: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed Apr 11, 2024
1 parent d0069a9 commit df57a86
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 236 deletions.
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"clean": "rm -rf node_modules && rm -rf .next && rm -rf .contentlayer",
"clean": "rimraf --glob **/node_modules **/dist **/.next pnpm-lock.yaml **/.tsbuildinfo **/.contentlayer **/.react-email",
"build": "contentlayer build && next build",
"dev": "next dev",
"start": "next start",
Expand All @@ -14,14 +14,14 @@
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"check": "pnpm lint && pnpm typecheck && pnpm format:check",
"shadcn:add": "pnpm dlx shadcn-ui@latest add",
"db:generate": "dotenv drizzle-kit generate:pg",
"db:introspect": "dotenv drizzle-kit introspect:pg",
"db:push": "dotenv drizzle-kit push:pg",
"db:migrate": "dotenv tsx src/db/migrate.ts",
"db:drop-migration": "drizzle-kit drop --config=drizzle.config.ts",
"db:seed": "dotenv tsx src/db/seed.ts",
"db:studio": "dotenv drizzle-kit studio",
"shadcn:add": "pnpm dlx shadcn-ui@latest add",
"email:dev": "email dev --dir src/components/emails -p 3001",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/webhooks/stripe --latest",
"unlighthouse": "pnpm dlx unlighthouse --site https://skateshop.sadmn.com"
Expand Down Expand Up @@ -61,17 +61,17 @@
"@tanstack/react-table": "^8.15.3",
"@tremor/react": "^3.15.0",
"@uploadthing/react": "^6.4.4",
"ai": "^3.0.20",
"ai": "^3.0.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.30.7",
"embla-carousel-react": "8.0.1",
"framer-motion": "^11.0.25",
"embla-carousel-react": "8.0.2",
"framer-motion": "^11.0.27",
"nanoid": "^5.0.7",
"next": "14.1.4",
"next": "14.2.0-canary.65",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"openai": "^4.33.0",
Expand All @@ -93,7 +93,7 @@
"resend": "^3.2.0",
"server-only": "^0.0.1",
"sonner": "^1.4.41",
"stripe": "^14.25.0",
"stripe": "^15.0.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.9.0",
Expand Down Expand Up @@ -126,12 +126,15 @@
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.13.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-code-import": "^1.2.0",
"remark-math": "^6.0.0",
"remark-gfm": "^4.0.0",
"rimraf": "^5.0.5",
"shiki": "^1.3.0",
"tailwindcss": "^3.4.3",
"tsx": "^4.7.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"overrides": {
Expand Down
Loading

0 comments on commit df57a86

Please sign in to comment.