mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00

This the reason for this unneeded dependency traces back to the `api-box` on https://github.com/meteor/docs, though its dependency hasn't been necessary on any other docs deployment, including this one, since then.
27 lines
643 B
JSON
27 lines
643 B
JSON
{
|
|
"name": "hexo-site",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"hexo": {
|
|
"version": "3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"apollo-hexo-config": "1.0.5",
|
|
"chexo": "1.0.4",
|
|
"hexo": "3.6.0",
|
|
"hexo-renderer-ejs": "0.3.1",
|
|
"hexo-renderer-less": "0.2.0",
|
|
"hexo-renderer-marked": "0.3.2",
|
|
"hexo-server": "0.3.1",
|
|
"meteor-theme-hexo": "1.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run build && chexo apollo-hexo-config -- server",
|
|
"build": "chexo apollo-hexo-config -- generate",
|
|
"clean": "hexo clean",
|
|
"test": "npm run clean; npm run build"
|
|
},
|
|
"renovate": {
|
|
"extends": ["apollo-docs"]
|
|
}
|
|
}
|