feat: include videos in masonry style gallery
All checks were successful
Docker / build-and-push-image (push) Successful in 2m26s
All checks were successful
Docker / build-and-push-image (push) Successful in 2m26s
This commit is contained in:
parent
5a4bbae7fa
commit
77bb9580ca
5 changed files with 254 additions and 255 deletions
12
package.json
12
package.json
|
@ -13,20 +13,20 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "0.9.4",
|
||||
"@astrojs/mdx": "^4.3.3",
|
||||
"@astrojs/mdx": "^4.3.4",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@astrojs/sitemap": "3.4.2",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"astro": "^5.12.9",
|
||||
"@astrojs/sitemap": "3.5.0",
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"astro": "^5.13.2",
|
||||
"astro-icon": "^1.1.5",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"tailwindcss": "^4.1.11",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@types/node": "^24.2.1",
|
||||
"@types/node": "^24.3.0",
|
||||
"npm-check-updates": "^18.0.2",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue