mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
added client side syntax highlighting
added client side syntax highlighting removed unnecessary packages
This commit is contained in:
committed by
Jean-Philippe Sirois
parent
94e6a95037
commit
569146446e
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user