Skip to content

Commit 8d9bbd2

Browse files
committed
make fancy
1 parent fa3256d commit 8d9bbd2

27 files changed

+2888
-30
lines changed

package-lock.json

Lines changed: 2579 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@astrojs/check": "^0.8.2",
2828
"@astrojs/mdx": "^3.1.3",
29-
"@astrojs/react": "^3.6.0",
29+
"@astrojs/react": "^3.6.2",
3030
"@astrojs/tailwind": "^5.1.0",
3131
"@fontsource-variable/jetbrains-mono": "^5.0.21",
3232
"@fontsource-variable/montserrat": "^5.0.19",
@@ -37,25 +37,31 @@
3737
"@radix-ui/react-separator": "^1.1.0",
3838
"@radix-ui/react-slot": "^1.1.0",
3939
"@radix-ui/react-toggle": "^1.1.0",
40-
"@types/react": "^18.3.3",
40+
"@types/react": "^18.3.11",
41+
"@types/react-dom": "^18.3.1",
4142
"astro": "^4.12.2",
4243
"class-variance-authority": "^0.7.0",
4344
"clsx": "^2.1.1",
4445
"cmdk": "^1.0.0",
4546
"fuse.js": "^7.0.0",
47+
"lodash": "^4.17.21",
4648
"lucide-react": "^0.411.0",
49+
"preact": "^10.24.3",
4750
"react": "^18.3.1",
4851
"react-dom": "^18.3.1",
4952
"rehype-external-links": "^3.0.0",
5053
"sharp": "^0.33.5",
5154
"simple-icons-astro": "^13.3.0",
55+
"swiper": "^11.1.14",
56+
"tailwind": "^4.0.0",
5257
"tailwind-merge": "^2.4.0",
5358
"tailwindcss": "^3.4.6",
5459
"tailwindcss-animate": "^1.0.7",
5560
"typescript": "^5.5.3"
5661
},
5762
"devDependencies": {
63+
"@types/swiper": "^5.4.3",
5864
"prettier": "^3.3.3",
5965
"prettier-plugin-astro": "^0.14.1"
6066
}
61-
}
67+
}

src/assets/img/Journify.png

71.2 KB
Loading
563 KB
Loading

src/assets/img/grass.jpg

44.3 KB
Loading

src/assets/img/recycler1.webp

786 KB
Loading

src/assets/img/recycler2.webp

1.13 MB
Loading

src/assets/img/recycler3.webp

438 KB
Loading

src/assets/img/recycler4.webp

242 KB
Loading

src/assets/img/recycler5.webp

165 KB
Loading

0 commit comments

Comments
 (0)