mirror of
https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books.git
synced 2026-03-19 23:35:53 +00:00
fixed image grid
This commit is contained in:
committed by
Laine Hallot
parent
f15f5b2946
commit
18bcb72f45
@@ -12,7 +12,8 @@
|
||||
"build": "gatsby build",
|
||||
"serve": "gatsby serve",
|
||||
"clean": "gatsby clean",
|
||||
"typecheck": "tsc --noEmit"
|
||||
"typecheck": "tsc --noEmit",
|
||||
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdx-js/mdx": "^1.6.22",
|
||||
@@ -28,7 +29,8 @@
|
||||
"gatsby-transformer-sharp": "^4.9.0",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
"react-helmet": "^6.1.0"
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-image-lightbox": "^5.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^17.0.14",
|
||||
|
||||
Reference in New Issue
Block a user