mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-01-12 22:45:53 +08:00
12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"scripts": {
|
|
"start": "rm -rf .cache && gatsby develop",
|
|
"build": "gatsby build",
|
|
"serve": "gatsby serve"
|
|
},
|
|
"dependencies": {
|
|
"gatsby": "2.13.50",
|
|
"gatsby-theme-apollo-docs": "1.2.1"
|
|
}
|
|
}
|