mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-01-12 22:45:53 +08:00
15 lines
287 B
JSON
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"
|
|
}
|
|
}
|