2022-04-08 20:58:56 +08:00

70 lines
2.4 KiB
JSON

{
"name": "@vuepress-plume/vuepress-theme-plume",
"version": "1.0.0-beta.11",
"description": "A Blog Theme for VuePress 2.0",
"author": "pengzhanbo <volodymyr@foxmail.com>",
"homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
"license": "MIT",
"main": "lib/node/index.js",
"files": [
"lib",
"template"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pengzhanbo/vuepress-theme-plume.git"
},
"bugs": {
"url": "https://github.com/pengzhanbo/vuepress-theme-plume/issues"
},
"scripts": {
"copy": "cpx \"src/**/*.{d.ts,vue,css,scss,jpg,png}\" lib",
"copy:watch": "yarn copy -w",
"ts": "tsc -b tsconfig.build.json",
"ts:watch": "tsc -b tsconfig.build.json --watch",
"clean": "rimraf lib *.tsbuildinfo",
"dev": "concurrently \"yarn copy:watch\" \"yarn ts:watch\"",
"build": "yarn clean && yarn copy && yarn ts"
},
"dependencies": {
"@types/lodash.merge": "^4.6.6",
"@vuepress-plume/vuepress-plugin-caniuse": "1.0.0-beta.8",
"@vuepress/client": "^2.0.0-beta.38",
"@vuepress/core": "^2.0.0-beta.38",
"@vuepress/plugin-active-header-links": "^2.0.0-beta.38",
"@vuepress/plugin-container": "^2.0.0-beta.38",
"@vuepress/plugin-docsearch": "^2.0.0-beta.38",
"@vuepress/plugin-external-link-icon": "^2.0.0-beta.38",
"@vuepress/plugin-medium-zoom": "^2.0.0-beta.38",
"@vuepress/plugin-nprogress": "^2.0.0-beta.38",
"@vuepress/plugin-palette": "^2.0.0-beta.38",
"@vuepress/plugin-prismjs": "^2.0.0-beta.38",
"@vuepress/plugin-search": "^2.0.0-beta.38",
"@vuepress/plugin-theme-data": "^2.0.0-beta.38",
"@vuepress/plugin-toc": "^2.0.0-beta.38",
"@vuepress/shared": "^2.0.0-beta.38",
"@vuepress/utils": "^2.0.0-beta.38",
"@vueuse/core": "^8.2.3",
"chokidar": "^3.5.3",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"json2yaml": "^1.1.0",
"lodash.merge": "^4.6.2",
"nanoid": "^3.3.2",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"vue": "^3.2.31",
"vue-router": "^4.0.14",
"vuepress-plugin-comment2": "^2.0.0-beta.36",
"vuepress-plugin-copy-code2": "^2.0.0-beta.36",
"vuepress-plugin-md-enhance": "^2.0.0-beta.36",
"vuepress-plugin-reading-time2": "^2.0.0-beta.36",
"vuepress-plugin-seo2": "^2.0.0-beta.36",
"vuepress-plugin-sitemap2": "^2.0.0-beta.36"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6f0423366c8b337d5a561bcf7302bd648a8a3781"
}