Skip to content

Commit

Permalink
v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clxrityy committed Oct 12, 2024
1 parent 4573395 commit 935a932
Show file tree
Hide file tree
Showing 26 changed files with 5,105 additions and 4,571 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ My website and portfolio.

## [hbd](https://github.com/clxrityy/mjanglin.com/tree/hbd) <img src="https://hbd.mjanglin.com/apple-touch-icon.png" width="28px" />

> [hbd.mjanglin.com](https://hbd.mjanglin.com)
A dynamic Discord birthday bot with edge runtime.
> ##### [hbd.mjanglin.com](https://hbd.mjanglin.com)
> A dynamic Discord birthday bot with edge runtime.
## [sleepgraph](https://github.com/clxrityy/mjanglin.com/tree/sleepgraph) <img src="/public/img/sleep-graph.png" width="28px" />

> [sleepgraph.mjanglin.com](https://sleepgraph.mjanglin.com)
Calculate and visualize your sleep data
> ##### [sleepgraph.mjanglin.com](https://sleepgraph.mjanglin.com)
> Calculate and visualize your sleep data
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,40 +11,40 @@
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.11",
"@nextui-org/react": "^2.4.6",
"@nextui-org/system": "^2.2.5",
"@nextui-org/theme": "^2.2.9",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-menubar": "^1.1.1",
"@next/mdx": "^14.2.15",
"@nextui-org/react": "^2.4.8",
"@nextui-org/system": "^2.2.6",
"@nextui-org/theme": "^2.2.11",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@types/mdx": "^2.0.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.5.4",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"framer-motion": "^11.11.8",
"lucide-react": "^0.452.0",
"next": "14.2.15",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"recharts": "^2.12.7",
"recharts": "^2.13.0",
"rehype-pretty-code": "^0.14.0",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2"
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 935a932

Please sign in to comment.