Skip to content

Commit

Permalink
feat: add motions
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed Mar 9, 2024
1 parent aa2f28d commit 9602a01
Show file tree
Hide file tree
Showing 14 changed files with 1,029 additions and 1,075 deletions.
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,23 @@
"@react-email/components": "^0.0.15",
"@react-email/tailwind": "0.0.14",
"@stripe/react-stripe-js": "^2.5.1",
"@stripe/stripe-js": "^3.0.6",
"@stripe/stripe-js": "^3.0.7",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/react-table": "^8.13.2",
"@tremor/react": "^3.14.1",
"@uploadthing/react": "^6.3.2",
"ai": "^3.0.2",
"@uploadthing/react": "^6.3.4",
"ai": "^3.0.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"cmdk": "^1.0.0",
"contentlayer": "^0.3.4",
"date-fns": "^3.3.1",
"drizzle-orm": "^0.29.4",
"drizzle-orm": "^0.30.1",
"embla-carousel-react": "8.0.0",
"framer-motion": "^11.0.8",
"nanoid": "^5.0.6",
"next": "14.1.1",
"next": "14.1.3",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"openai": "^4.28.4",
Expand All @@ -89,10 +90,10 @@
"resend": "^3.2.0",
"server-only": "^0.0.1",
"sonner": "^1.4.3",
"stripe": "^14.19.0",
"stripe": "^14.20.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.5.0",
"uploadthing": "^6.5.2",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
Expand All @@ -102,22 +103,22 @@
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.18",
"dotenv-cli": "^7.3.0",
"dotenv-cli": "^7.4.0",
"drizzle-kit": "^0.20.14",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.1",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.14.3",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.12",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.13.0",
Expand All @@ -126,7 +127,7 @@
"remark-math": "^6.0.0",
"tailwindcss": "^3.4.1",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"unist-util-visit": "^5.0.0"
},
"overrides": {
Expand Down
Loading

0 comments on commit 9602a01

Please sign in to comment.