chore: add website preview templates (#1716)

This commit is contained in:
Shawn Erquhart
2018-09-06 14:44:58 -04:00
committed by GitHub
parent 9b18596fa2
commit 4fadf3fdb6
13 changed files with 1497 additions and 135 deletions

View File

@ -15,9 +15,11 @@
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"dayjs": "^1.7.5",
"gatsby": "next",
"gatsby-plugin-catch-links": "next",
"gatsby-plugin-manifest": "next",
"gatsby-plugin-netlify-cms": "^3.0.0-rc.1",
"gatsby-plugin-postcss": "^1.0.0",
"gatsby-plugin-react-helmet": "next",
"gatsby-remark-autolink-headers": "next",
@ -26,13 +28,14 @@
"gatsby-transformer-json": "next",
"gatsby-transformer-remark": "next",
"gatsby-transformer-yaml": "next",
"netlify-cms": "^2.0.11",
"postcss-at2x": "^2.0.0",
"postcss-cssnext": "^2.7.0",
"postcss-neat": "^2.5.2",
"postcss-nested": "^1.0.0",
"postcss-simple-extend": "^1.0.0",
"postcss-simple-vars-async": "^1.2.1",
"prismjs": "^1.14.0",
"prismjs": "^1.15.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",