create-vuepress-theme-hope
Version:
Create vuepress-theme-hope demo project helper
61 lines • 1.41 kB
JSON
{
"name": "create-vuepress-theme-hope",
"version": "2.0.0-rc.107",
"description": "Create vuepress-theme-hope demo project helper",
"keywords": [
"create",
"vuepress",
"vuepress-theme",
"vuepress-theme-hope",
"vuepress2"
],
"homepage": "https://theme-hope.vuejs.press/",
"bugs": {
"url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git",
"directory": "packages/create"
},
"bin": {
"create-vuepress-theme-hope": "./dist/index.js"
},
"files": [
"dist",
"template"
],
"type": "module",
"sideEffects": false,
"exports": {
"./package.json": "./package.json"
},
"dependencies": {
"@inquirer/prompts": "^8.4.3",
"commander": "^14.0.3"
},
"devDependencies": {
"sass-embedded": "^1.99.0",
"sass-loader": "^16.0.8",
"vue": "^3.5.34",
"vuepress": "2.0.0-rc.30",
"vuepress-theme-hope": "2.0.0-rc.107"
},
"engines": {
"node": ">= 20.19.0",
"npm": ">=8",
"pnpm": ">=7",
"yarn": ">=2"
},
"scripts": {
"build": "tsdown --config-loader unrun",
"clean": "rimraf ./dist",
"dev": "pnpm build --watch"
}
}