mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-01-13 08:59:58 +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.83",
|
|
"gatsby-theme-apollo-docs": "1.4.0"
|
|
}
|
|
}
|