106 lines
3.3 KiB
JSON
106 lines
3.3 KiB
JSON
{
|
|
"name": "vuepress-theme-plume",
|
|
"type": "module",
|
|
"version": "1.0.0-rc.75",
|
|
"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"
|
|
},
|
|
"./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.14"
|
|
},
|
|
"dependencies": {
|
|
"@pengzhanbo/utils": "^1.1.2",
|
|
"@vue/devtools-api": "6.6.3",
|
|
"@vuepress-plume/plugin-baidu-tongji": "workspace:*",
|
|
"@vuepress-plume/plugin-content-update": "workspace:*",
|
|
"@vuepress-plume/plugin-fonts": "workspace:*",
|
|
"@vuepress-plume/plugin-iconify": "workspace:*",
|
|
"@vuepress-plume/plugin-search": "workspace:*",
|
|
"@vuepress-plume/plugin-shikiji": "workspace:*",
|
|
"@vuepress/helper": "2.0.0-rc.37",
|
|
"@vuepress/plugin-active-header-links": "2.0.0-rc.37",
|
|
"@vuepress/plugin-comment": "2.0.0-rc.37",
|
|
"@vuepress/plugin-docsearch": "2.0.0-rc.37",
|
|
"@vuepress/plugin-git": "2.0.0-rc.37",
|
|
"@vuepress/plugin-markdown-container": "2.0.0-rc.37",
|
|
"@vuepress/plugin-nprogress": "2.0.0-rc.37",
|
|
"@vuepress/plugin-photo-swipe": "2.0.0-rc.37",
|
|
"@vuepress/plugin-reading-time": "2.0.0-rc.37",
|
|
"@vuepress/plugin-seo": "2.0.0-rc.37",
|
|
"@vuepress/plugin-sitemap": "2.0.0-rc.37",
|
|
"@vuepress/plugin-watermark": "2.0.0-rc.37",
|
|
"@vueuse/core": "^10.11.0",
|
|
"bcrypt-ts": "^5.0.2",
|
|
"chokidar": "^3.6.0",
|
|
"create-filter": "^1.1.0",
|
|
"date-fns": "^3.6.0",
|
|
"esbuild": "~0.21.5",
|
|
"fast-glob": "^3.3.2",
|
|
"gray-matter": "^4.0.3",
|
|
"json2yaml": "^1.1.0",
|
|
"katex": "^0.16.11",
|
|
"nanoid": "^5.0.7",
|
|
"vue": "^3.4.31",
|
|
"vue-router": "^4.4.0",
|
|
"vuepress-plugin-md-enhance": "2.0.0-rc.50",
|
|
"vuepress-plugin-md-power": "workspace:*"
|
|
}
|
|
}
|