Working syntax highlighting

This commit is contained in:
2020-09-30 09:22:18 -05:00
parent 769a640e2e
commit 55d5cf4f5a
8 changed files with 144 additions and 104 deletions

View File

@@ -20,10 +20,12 @@
"gatsby-plugin-sass": "^2.3.13",
"gatsby-plugin-sharp": "^2.6.36",
"gatsby-remark-images": "^3.3.30",
"gatsby-remark-prismjs": "^3.5.14",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-remark": "^2.8.35",
"gatsby-transformer-remark": "^2.8.36",
"gatsby-transformer-sharp": "^2.5.15",
"node-sass": "^4.14.1",
"prismjs": "^1.21.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},