mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
29 lines
730 B
JSON
29 lines
730 B
JSON
{
|
|
"name": "hexo-site",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"hexo": {
|
|
"version": "3.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"apollo-hexo-config": "1.0.8",
|
|
"chexo": "1.0.5",
|
|
"hexo": "3.7.1",
|
|
"hexo-browsersync": "0.3.0",
|
|
"hexo-prism-plus": "1.0.0",
|
|
"hexo-renderer-ejs": "0.3.1",
|
|
"hexo-renderer-less": "0.2.0",
|
|
"hexo-renderer-marked": "0.3.2",
|
|
"hexo-server": "0.3.3",
|
|
"meteor-theme-hexo": "1.0.16"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"hexo-versioned-netlify-redirects": "1.0.7"
|
|
}
|
|
}
|