mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-01-12 22:45:53 +08:00
26 lines
624 B
JSON
26 lines
624 B
JSON
{
|
|
"name": "hexo-site",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"hexo": {
|
|
"version": "3.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"apollo-hexo-config": "1.0.7",
|
|
"chexo": "1.0.5",
|
|
"hexo": "3.7.1",
|
|
"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.2",
|
|
"meteor-theme-hexo": "1.0.13"
|
|
},
|
|
"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"
|
|
}
|
|
}
|