@starzkg/vuepress-plugin-lightgallery
Version:
Light Gallery plugin for VuePress
51 lines (50 loc) • 1.37 kB
JSON
{
"name": "@starzkg/vuepress-plugin-lightgallery",
"version": "1.0.0-beta.24",
"description": "Light Gallery plugin for VuePress",
"keywords": [
"vuepress-plugin",
"vuepress",
"lightgallery",
"mr-hope"
],
"homepage": "https://shentuzhigang.cn/vuepress-theme-star",
"bugs": {
"url": "https://github.com/shentuzhigang/vuepress-theme-star/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shentuzhigang/vuepress-theme-star.git",
"directory": "packages/@starzkg/vuepress-plugin-lightgallery"
},
"license": "MIT",
"author": {
"name": "Starzkg",
"email": "shentuzhigang@shentuzhigang.cn",
"url": "https://shentuzhigang.cn"
},
"sideEffects": false,
"main": "lib/node/index.js",
"types": "lib/node/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc -b tsconfig.build.json",
"clean": "rimraf lib *.tsbuildinfo",
"copy": "cpx \"src/**/*.{css,svg,vue,scss}\" lib"
},
"dependencies": {
"@vuepress/client": "2.0.0-beta.29",
"@vuepress/core": "2.0.0-beta.29",
"@vuepress/utils": "2.0.0-beta.28",
"lightgallery": "^2.3.0",
"vue": "^3.2.26",
"vue-router": "^4.0.12",
"vuepress-plugin-sass-palette": "2.0.0-alpha.7"
},
"publishConfig": {
"access": "public"
},
"gitHead": "efb86d97965f7acac2c5c6445493189644ccaf6b"
}