mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
104 lines
3.4 KiB
JSON
104 lines
3.4 KiB
JSON
{
|
|
"name": "vuepress-theme-plume",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.56",
|
|
"description": "A Blog&Document Theme for VuePress 2.0",
|
|
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
|
|
"license": "MIT",
|
|
"homepage": "https://pengzhanbo.cn/note/vuepress-theme-plume",
|
|
"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"
|
|
},
|
|
"./client/components/*": {
|
|
"import": "./lib/client/components/*"
|
|
},
|
|
"./client/composables": {
|
|
"types": "./lib/client/composables/index.d.ts",
|
|
"import": "./lib/client/composables/index.js"
|
|
},
|
|
"./client/composables/*": {
|
|
"types": "./lib/client/composables/*.d.ts",
|
|
"import": "./lib/client/composables/*.js"
|
|
},
|
|
"./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"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run copy && pnpm run ts",
|
|
"clean": "rimraf --glob ./lib ./*.tsbuildinfo",
|
|
"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",
|
|
"dev": "concurrently \"pnpm copy:watch\" \"pnpm ts:watch\"",
|
|
"ts": "tsc -b tsconfig.build.json",
|
|
"ts:watch": "tsc -b tsconfig.build.json --watch"
|
|
},
|
|
"peerDependencies": {
|
|
"vuepress": "2.0.0-rc.12"
|
|
},
|
|
"dependencies": {
|
|
"@pengzhanbo/utils": "^1.1.2",
|
|
"@vuepress-plume/plugin-auto-frontmatter": "workspace:*",
|
|
"@vuepress-plume/plugin-baidu-tongji": "workspace:*",
|
|
"@vuepress-plume/plugin-blog-data": "workspace:*",
|
|
"@vuepress-plume/plugin-content-update": "workspace:*",
|
|
"@vuepress-plume/plugin-copy-code": "workspace:*",
|
|
"@vuepress-plume/plugin-iconify": "workspace:*",
|
|
"@vuepress-plume/plugin-notes-data": "workspace:*",
|
|
"@vuepress-plume/plugin-search": "workspace:*",
|
|
"@vuepress-plume/plugin-shikiji": "workspace:*",
|
|
"@vuepress/helper": "2.0.0-rc.31",
|
|
"@vuepress/plugin-active-header-links": "2.0.0-rc.31",
|
|
"@vuepress/plugin-comment": "2.0.0-rc.31",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.31",
|
|
"@vuepress/plugin-git": "2.0.0-rc.31",
|
|
"@vuepress/plugin-markdown-container": "2.0.0-rc.31",
|
|
"@vuepress/plugin-medium-zoom": "2.0.0-rc.31",
|
|
"@vuepress/plugin-nprogress": "2.0.0-rc.31",
|
|
"@vuepress/plugin-reading-time": "2.0.0-rc.31",
|
|
"@vuepress/plugin-seo": "2.0.0-rc.31",
|
|
"@vuepress/plugin-sitemap": "2.0.0-rc.31",
|
|
"@vuepress/plugin-theme-data": "2.0.0-rc.31",
|
|
"@vuepress/plugin-watermark": "2.0.0-rc.31",
|
|
"@vueuse/core": "^10.9.0",
|
|
"bcrypt-ts": "^5.0.2",
|
|
"date-fns": "^3.6.0",
|
|
"katex": "^0.16.10",
|
|
"lodash.merge": "^4.6.2",
|
|
"nanoid": "^5.0.7",
|
|
"vue": "^3.4.27",
|
|
"vue-router": "^4.3.2",
|
|
"vuepress-plugin-md-enhance": "^2.0.0-rc.44",
|
|
"vuepress-plugin-md-power": "workspace:*"
|
|
}
|
|
}
|