UNPKG

create-vuepress-theme-plume

Version:

The cli for create vuepress-theme-plume's project

47 lines 1.1 kB
{ "name": "create-vuepress-theme-plume", "type": "module", "version": "1.0.0-rc.167", "description": "The cli for create vuepress-theme-plume's project", "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)", "license": "MIT", "homepage": "https://theme-plume.vuejs.press/", "repository": { "type": "git", "url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git", "directory": "cli" }, "bugs": { "url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues" }, "keywords": [ "VuePress", "theme", "plume", "cli" ], "bin": "./bin/index.js", "files": [ "bin", "lib", "templates" ], "dependencies": { "@clack/prompts": "^0.11.0", "@pengzhanbo/utils": "^2.1.0", "cac": "^6.7.14", "handlebars": "^4.7.8", "nano-spawn": "^1.0.3", "os-locale": "^6.0.2", "picocolors": "^1.1.1" }, "plume-deps": { "vuepress": "2.0.0-rc.24", "vue": "^3.5.22", "http-server": "^14.1.1", "typescript": "^5.9.3" }, "scripts": { "build": "tsdown" } }