added client side syntax highlighting

added client side syntax highlighting

removed unnecessary packages
This commit is contained in:
Xetera
2019-08-01 06:18:25 -04:00
committed by Jean-Philippe Sirois
parent 94e6a95037
commit 569146446e
5 changed files with 44 additions and 107 deletions
+2 -2
View File
@@ -17,8 +17,6 @@
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-plugin-typescript": "^2.1.2",
"gatsby-remark-prismjs": "^3.3.3",
"gatsby-remark-vscode": "^1.0.6",
"gatsby-source-filesystem": "^2.1.6",
"gatsby-transformer-remark": "^2.6.9",
"gatsby-transformer-sharp": "^2.2.4",
@@ -27,11 +25,13 @@
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-highlight": "^0.12.0",
"react-perfect-scrollbar": "^1.5.3",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.4.0",
"@types/prismjs": "^1.16.0",
"@types/ramda": "^0.26.18",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",