mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
cleaned up structure, added styled components
This commit is contained in:
+6
-1
@@ -6,6 +6,7 @@
|
||||
"author": "TPH",
|
||||
"dependencies": {
|
||||
"axios": "^0.19.0",
|
||||
"babel-plugin-styled-components": "^1.10.6",
|
||||
"gatsby": "^2.13.39",
|
||||
"gatsby-image": "^2.2.6",
|
||||
"gatsby-plugin-manifest": "^2.2.4",
|
||||
@@ -13,8 +14,10 @@
|
||||
"gatsby-plugin-react-helmet": "^3.1.2",
|
||||
"gatsby-plugin-sass": "^2.1.3",
|
||||
"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",
|
||||
@@ -24,7 +27,9 @@
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-helmet": "^5.2.1"
|
||||
"react-helmet": "^5.2.1",
|
||||
"react-perfect-scrollbar": "^1.5.3",
|
||||
"styled-components": "^4.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^1.18.2"
|
||||
|
||||
Reference in New Issue
Block a user