@142vip/vuepress
Version:
VuePress使用的最佳实践,基于vuepress-theme-hope的封装
75 lines • 2.02 kB
JSON
{
"name": "@142vip/vuepress",
"version": "0.0.1-alpha.17",
"private": false,
"description": "VuePress使用的最佳实践,基于vuepress-theme-hope的封装",
"author": "mmdapl <mmdapl@163.com>",
"license": "MIT",
"homepage": "https://142vip.github.io/core-x/packages/vuepress/",
"repository": {
"type": "git",
"url": "git+https://github.com/142vip/core-x.git",
"directory": "packages/vuepress"
},
"keywords": [
"公众号搜:储凡",
"142vip",
"@142vip",
"@142vip/vuepress",
"@142vip/vitepress",
"vuepress",
"vuepress-theme-hope",
"vitepress"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"authorInfo": {
"name": "微信公众号:储凡",
"email": "fairy_vip@2925.com",
"url": "https://github.com/142vip",
"homePage": "https://142vip.cn"
},
"peerDependencies": {
"@vue/repl": "4.5.1",
"@vuepress/bundler-vite": "2.0.0-rc.22",
"@vuepress/plugin-markdown-image": "2.0.0-rc.102",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.102",
"@vuepress/plugin-redirect": "2.0.0-rc.102",
"@vuepress/plugin-slimsearch": "2.0.0-rc.102",
"@vuepress/plugin-watermark": "2.0.0-rc.102",
"@vueuse/shared": "13.0.0",
"cli-spinners": "3.2.0",
"dashjs": "4.7.4",
"hls.js": "1.5.13",
"markdown-it": "14.1.0",
"markdown-it-emoji": "3.0.0",
"mermaid": "11.6.0",
"reveal.js": "5.2.1",
"sass-embedded": "1.87.0",
"unicorn-magic": "0.3.0",
"vidstack": "1.12.12",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.22",
"vuepress-theme-hope": "2.0.0-rc.87"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "unbuild",
"typecheck": "tsc --noEmit"
}
}