feat(components): Add lightgallery library

Add external library until I develop a custom ligthbox
closes #20
This commit is contained in:
Alexander Navarro 2023-12-17 18:33:19 -03:00
parent 5a4c64ed21
commit a6f9ce9647
8 changed files with 491 additions and 784 deletions

View file

@ -10,11 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.2",
"@astrojs/ts-plugin": "^1.1.3",
"@astrojs/react": "^3.0.7",
"@astrojs/ts-plugin": "^1.3.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.0.12",
"astro": "^4.0.6",
"lightgallery": "^2.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.32.6"