Skip to content

Commit

Permalink
feat: redesign landing page
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cao <[email protected]>
  • Loading branch information
ryanccn committed Mar 3, 2024
1 parent 3dbb7fe commit 96e61ad
Show file tree
Hide file tree
Showing 61 changed files with 1,055 additions and 894 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"@next-auth/mongodb-adapter": "^1.1.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@tremor/react": "^3.14.0",
"@tremor/react": "^3.14.1",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.3.1",
"fast-xml-parser": "^4.3.4",
"fast-xml-parser": "^4.3.5",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-react": "^0.330.0",
"nanoid": "^5.0.5",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"lucide-react": "^0.344.0",
"nanoid": "^5.0.6",
"next": "^14.1.1",
"next-auth": "^4.24.6",
"next-mdx-remote": "^4.4.1",
"next-plausible": "^3.12.0",
"next-themes": "^0.2.1",
Expand All @@ -35,35 +35,35 @@
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.2.1",
"valibot": "^0.28.1"
"valibot": "^0.29.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.1",
"@eslint/js": "^8.56.0",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^8.57.0",
"@headlessui/tailwindcss": "^0.2.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@next/bundle-analyzer": "^14.1.0",
"@next/eslint-plugin-next": "^14.1.0",
"@next/bundle-analyzer": "^14.1.1",
"@next/eslint-plugin-next": "^14.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/file-saver": "^2.0.7",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@upstash/ratelimit": "^1.0.1",
"@vercel/kv": "^1.0.1",
"autoprefixer": "^10.4.17",
"discord-api-types": "^0.37.69",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"autoprefixer": "^10.4.18",
"discord-api-types": "^0.37.71",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.1",
"eslint-plugin-unicorn": "^51.0.1",
"globals": "^14.0.0",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"kleur": "^4.1.5",
"mongodb": "^6.3.0",
"mongodb": "^6.4.0",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.9",
"nodemailer": "^6.9.11",
"p-limit": "^5.0.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
Expand All @@ -75,13 +75,13 @@
"tailwindcss": "^3.4.1",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"typescript-eslint": "^7.0.1",
"typescript-eslint": "^7.1.0",
"unified": "^11.0.4"
},
"pnpm": {
"patchedDependencies": {
"@next-auth/[email protected]": "patches/@[email protected]"
}
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
}
Loading

0 comments on commit 96e61ad

Please sign in to comment.