mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-01-12 17:12:35 +08:00
15 lines
284 B
JSON
15 lines
284 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.2",
|
|
"react": "16.9.0",
|
|
"react-dom": "16.9.0"
|
|
}
|
|
}
|