Files
apollo/docs/package.json
Trevor Blades f826df7ca9 WIP: Upgrade theme to v2 (#564)
* Upgrade theme to v2

* Upgrade theme

* Upgrade theme to 2.0.0
2019-08-27 15:29:40 -07:00

15 lines
287 B
JSON

{
"scripts": {
"prestart": "rm -rf .cache",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"gatsby": "2.13.83",
"gatsby-theme-apollo-docs": "^2.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}