mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "create-vuepress-theme-plume",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.164",
|
|
"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"
|
|
],
|
|
"scripts": {
|
|
"build": "tsdown"
|
|
},
|
|
"dependencies": {
|
|
"@clack/prompts": "catalog:prod",
|
|
"@pengzhanbo/utils": "catalog:prod",
|
|
"cac": "catalog:prod",
|
|
"handlebars": "catalog:prod",
|
|
"nano-spawn": "catalog:prod",
|
|
"os-locale": "catalog:prod",
|
|
"picocolors": "catalog:prod"
|
|
},
|
|
"plume-deps": {
|
|
"vuepress": "2.0.0-rc.24",
|
|
"vue": "^3.5.21",
|
|
"http-server": "^14.1.1",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|