UNPKG

vuepress-plugin-lightgallery

Version:
78 lines 1.94 kB
{ "name": "vuepress-plugin-lightgallery", "version": "2.0.0-rc.97", "description": "Light Gallery plugin for VuePress", "keywords": [ "vuepress", "vuepress2", "vuepress-plugin", "lightgallery", "image", "preview", "zoom" ], "homepage": "https://plugin-lightgallery.vuejs.press/", "bugs": { "url": "https://github.com/vuepress-theme-hope/vuepress-theme-hope/issues" }, "repository": { "type": "git", "url": "git+https://github.com/vuepress-theme-hope/vuepress-theme-hope.git", "directory": "packages/lightgallery" }, "license": "MIT", "author": { "name": "Mr.Hope", "email": "mister-hope@outlook.com", "url": "https://mister-hope.com" }, "type": "module", "exports": { ".": "./lib/node/index.js", "./client": "./lib/client/index.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.118", "@vuepress/plugin-sass-palette": "2.0.0-rc.118", "lightgallery": "^2.9.0", "vue": "^3.5.22", "vuepress-shared": "2.0.0-rc.97" }, "peerDependencies": { "sass": "^1.93.2", "sass-embedded": "^1.93.2", "sass-loader": "^16.0.6", "vuepress": "2.0.0-rc.26" }, "peerDependenciesMeta": { "sass": { "optional": true }, "sass-embedded": { "optional": true }, "sass-loader": { "optional": true } }, "engines": { "node": ">= 20.6.0", "npm": ">=8", "pnpm": ">=7", "yarn": ">=2" }, "scripts": { "build": "rollup -c rollup.config.ts --configPlugin esbuild", "clean": "rimraf --glob ./lib ./*.tsbuildinfo", "copy": "cpx \"src/client/**/*.scss\" lib/client", "dev": "concurrently \"pnpm dev:copy\" \"pnpm dev:ts\"", "dev:copy": "pnpm copy -w", "dev:ts": "tsc -b tsconfig.build.json --watch" } }