134 lines
3.9 KiB
JSON
134 lines
3.9 KiB
JSON
{
|
|
"name": "vuepress-theme-plume",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.164",
|
|
"description": "A Blog&Document Theme for VuePress 2.0",
|
|
"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"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
|
|
},
|
|
"keywords": [
|
|
"VuePress",
|
|
"theme",
|
|
"plume",
|
|
"vuepress-theme",
|
|
"vuepress-theme-plume",
|
|
"theme-plume"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/node/index.d.ts",
|
|
"import": "./lib/node/index.js"
|
|
},
|
|
"./client": {
|
|
"types": "./lib/client/index.d.ts",
|
|
"import": "./lib/client/index.js"
|
|
},
|
|
"./components/*": {
|
|
"import": "./lib/client/components/*"
|
|
},
|
|
"./composables": {
|
|
"types": "./lib/client/composables/index.d.ts",
|
|
"import": "./lib/client/composables/index.js"
|
|
},
|
|
"./features/*": {
|
|
"import": "./lib/client/features/components/*"
|
|
},
|
|
"./shared": {
|
|
"types": "./lib/shared/index.d.ts",
|
|
"import": "./lib/shared/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "lib/node/index.js",
|
|
"types": "lib/node/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"templates"
|
|
],
|
|
"engines": {
|
|
"node": "^20.6.0 || >=22.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@iconify/json": "^2.2.386",
|
|
"@vuepress/shiki-twoslash": "2.0.0-rc.112",
|
|
"mathjax-full": "^3.2.2",
|
|
"swiper": "^12.0.2",
|
|
"vuepress": "2.0.0-rc.24"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@iconify/json": {
|
|
"optional": true
|
|
},
|
|
"@vuepress/shiki-twoslash": {
|
|
"optional": true
|
|
},
|
|
"mathjax-full": {
|
|
"optional": true
|
|
},
|
|
"swiper": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@iconify/utils": "^3.0.2",
|
|
"@iconify/vue": "^5.0.0",
|
|
"@pengzhanbo/utils": "^2.1.0",
|
|
"@vuepress/helper": "2.0.0-rc.112",
|
|
"@vuepress/plugin-cache": "2.0.0-rc.112",
|
|
"@vuepress/plugin-comment": "2.0.0-rc.112",
|
|
"@vuepress/plugin-copy-code": "2.0.0-rc.112",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.112",
|
|
"@vuepress/plugin-git": "2.0.0-rc.112",
|
|
"@vuepress/plugin-markdown-chart": "2.0.0-rc.112",
|
|
"@vuepress/plugin-markdown-hint": "2.0.0-rc.112",
|
|
"@vuepress/plugin-markdown-image": "2.0.0-rc.112",
|
|
"@vuepress/plugin-markdown-include": "2.0.0-rc.112",
|
|
"@vuepress/plugin-markdown-math": "2.0.0-rc.112",
|
|
"@vuepress/plugin-nprogress": "2.0.0-rc.112",
|
|
"@vuepress/plugin-photo-swipe": "2.0.0-rc.112",
|
|
"@vuepress/plugin-reading-time": "2.0.0-rc.112",
|
|
"@vuepress/plugin-replace-assets": "2.0.0-rc.112",
|
|
"@vuepress/plugin-seo": "2.0.0-rc.112",
|
|
"@vuepress/plugin-shiki": "2.0.0-rc.112",
|
|
"@vuepress/plugin-sitemap": "2.0.0-rc.112",
|
|
"@vuepress/plugin-watermark": "2.0.0-rc.112",
|
|
"@vueuse/core": "^13.9.0",
|
|
"bcrypt-ts": "^7.1.0",
|
|
"chokidar": "4.0.3",
|
|
"create-filter": "^1.1.0",
|
|
"dayjs": "^1.11.18",
|
|
"esbuild": "^0.25.10",
|
|
"fast-glob": "^3.3.3",
|
|
"gray-matter": "^4.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"katex": "^0.16.22",
|
|
"local-pkg": "^1.1.2",
|
|
"nanoid": "^5.1.5",
|
|
"package-manager-detector": "^1.3.0",
|
|
"vue": "^3.5.21",
|
|
"vuepress-plugin-md-power": "1.0.0-rc.164",
|
|
"@vuepress-plume/plugin-search": "1.0.0-rc.164",
|
|
"@vuepress-plume/plugin-fonts": "1.0.0-rc.164"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/json": "^2.2.386",
|
|
"swiper": "^12.0.2",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "pnpm '/(copy|tsdown):watch/'",
|
|
"build": "pnpm run tsdown && pnpm run copy",
|
|
"clean": "rimraf --glob ./lib",
|
|
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png,woff2}\" lib",
|
|
"copy:watch": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png,woff2}\" lib -w",
|
|
"tsdown": "tsdown",
|
|
"tsdown:watch": "tsdown --watch -- -c"
|
|
}
|
|
} |