Skip to content

Commit

Permalink
Improve Gallery (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n authored Dec 5, 2024
1 parent 0d724ef commit fc3866f
Show file tree
Hide file tree
Showing 6 changed files with 584 additions and 828 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,26 @@
"dependencies": {
"@astrojs/react": "^4.0.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@astrojs/tailwind": "^5.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.0",
"astro": "^5.0.1",
"astro": "^5.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fontaine": "^0.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2"
Expand Down
Loading

0 comments on commit fc3866f

Please sign in to comment.