fuc-new/doc/node_modules/@vuepress/plugin-comment/package.json
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

74 lines
1.6 KiB
JSON

{
"name": "@vuepress/plugin-comment",
"version": "2.0.0-rc.112",
"description": "VuePress plugin - comment",
"keywords": [
"vuepress-plugin",
"vuepress",
"plugin",
"comment",
"artalk",
"giscus",
"twikoo",
"waline"
],
"homepage": "https://ecosystem.vuejs.press/plugins/blog/comment/",
"bugs": {
"url": "https://github.com/vuepress/ecosystem/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress/ecosystem.git",
"directory": "plugins/blog/plugin-comment"
},
"license": "MIT",
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mister-hope.com"
},
"sideEffects": [
"./lib/styles/*.css"
],
"type": "module",
"exports": {
".": "./lib/node/index.js",
"./client": "./lib/client/index.js",
"./client/*": "./lib/client/*",
"./pageview": "./lib/client/pageview/noop.js",
"./package.json": "./package.json"
},
"main": "./lib/node/index.js",
"types": "./lib/node/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@vuepress/helper": "2.0.0-rc.112",
"@vueuse/core": "^13.5.0",
"giscus": "^1.6.0",
"vue": "^3.5.17"
},
"peerDependencies": {
"@waline/client": "^3.5.5",
"artalk": "^2.9.1",
"twikoo": "^1.6.41",
"vuepress": "2.0.0-rc.24"
},
"peerDependenciesMeta": {
"@waline/client": {
"optional": true
},
"artalk": {
"optional": true
},
"twikoo": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "e8bfe8be3f3d541229c70b8452f9a13fa36685c0"
}