-
- Downloads
Update gatsby to 4.8.1, fix theme and configs
parent
003a1203
No related branches found
No related tags found
{ | { | ||
"name": "gatsby-starter-rocket-docs", | "name": "eic-tutorials", | ||
"private": true, | "private": true, | ||
"version": "1.0.0", | "version": "3.0.0", | ||
"description": "Out of the box Gatsby Starter for creating documentation websites easily and quickly. With support for MDX, code highlight, Analytics, SEO and more", | "description": "Out of the box Gatsby Starter for creating documentation websites easily and quickly. With support for MDX, code highlight, Analytics, SEO and more", | ||
"author": "João Pedro Schmitz <oi@joaopedro.cc> (@joaopedro_cc)", | "author": "João Pedro Schmitz <oi@joaopedro.cc> (@joaopedro_cc)", | ||
"license": "MIT", | "license": "MIT", | ||
"starter-name": "gatsby-starter-rocket-docs", | "starter-name": "gatsby-starter-rocket-docs", | ||
"dependencies": { | "dependencies": { | ||
"@rocketseat/gatsby-theme-docs": "^2.1.0", | "gatsby": "^4.8.1", | ||
"gatsby": "^2.19.10", | "@rocketseat/gatsby-theme-docs": "^3.1.0", | ||
"gatsby-plugin-canonical-urls": "^2.1.19", | "gatsby-plugin-canonical-urls": "^4.8.0", | ||
"gatsby-plugin-google-analytics": "^2.1.34", | "gatsby-plugin-google-analytics": "^4.8.0", | ||
"gatsby-plugin-manifest": "^2.2.37", | "gatsby-plugin-manifest": "^4.8.1", | ||
"gatsby-plugin-offline": "^3.0.32", | "gatsby-plugin-offline": "^5.8.1", | ||
"gatsby-plugin-sitemap": "^2.2.26", | "gatsby-plugin-sitemap": "^5.8.0", | ||
"prop-types": "^15.7.2", | "emotion-theming": "10.3.0", | ||
"react": "^16.12.0", | "@emotion/core":"10.1.1", | ||
"react-dom": "^16.12.0" | "prop-types": "^15.8.1", | ||
"react": "^17.0.2", | |||
"react-dom": "^17.0.2", | |||
"react-dev-utils":"^12.0.0", | |||
"immer":"9.0.12" | |||
}, | }, | ||
"devDependencies": {}, | "devDependencies": {}, | ||
"keywords": [ | "keywords": [ | ||
... | ... |
Please register or sign in to comment