create-vuepress-theme-hope
Version:
Create vuepress-theme-hope demo project helper
63 lines • 1.54 kB
JSON
{
"name": "create-vuepress-theme-hope",
"version": "2.0.0-rc.98",
"description": "Create vuepress-theme-hope demo project helper",
"keywords": [
"create",
"vuepress",
"vuepress2",
"vuepress-theme",
"vuepress-theme-hope"
],
"homepage": "https://theme-hope.vuejs.press/",
"bugs": {
"url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git",
"directory": "packages/create"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"bin": {
"create-vuepress-theme-hope": "./lib/index.js"
},
"files": [
"lib",
"template"
],
"dependencies": {
"@inquirer/prompts": "^7.9.0",
"commander": "^14.0.2"
},
"devDependencies": {
"sass-embedded": "^1.93.2",
"sass-loader": "^16.0.6",
"vue": "^3.5.22",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.98"
},
"engines": {
"node": ">= 20.6.0",
"npm": ">=8",
"pnpm": ">=7",
"yarn": ">=2"
},
"scripts": {
"build": "rollup -c rollup.config.ts --configPlugin esbuild",
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
"dev": "pnpm dev:ts",
"dev:ts": "tsc -b tsconfig.build.json --watch"
}
}