mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
27 lines
No EOL
753 B
JSON
27 lines
No EOL
753 B
JSON
{
|
|
"name": "hugo-theme-stack",
|
|
"version": "1.0.0",
|
|
"description": "Card-style Hugo theme designed for bloggers",
|
|
"scripts": {
|
|
"hugo:dev": "cd exampleSite && hugo server --gc --themesDir=../..",
|
|
"hugo:build": "cd exampleSite && hugo --gc --themesDir=../..",
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:serve": "vitepress serve docs"
|
|
},
|
|
"type": "module",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"vitepress": "1.0.0-rc.45",
|
|
"vue": "^3.4.21"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"@algolia/client-search"
|
|
]
|
|
}
|
|
}
|
|
} |