@kalligator/vue-picture-swipe-control
Version:
A Vue integration PhotoSwipe image plugin
54 lines (53 loc) • 1.24 kB
JSON
{
"bundleDependencies": false,
"dependencies": {
"photoswipe": "^4.1.3",
"vue": "^2.6.14"
},
"deprecated": false,
"description": "A Vue integration PhotoSwipe image plugin",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"file-loader": "^1.1.11",
"node-sass": "^4.9.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.21.0",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.3"
},
"directories": {
"example": "example"
},
"keywords": [
"vue",
"vue2",
"photoswipe",
"photoswipe4",
"2022",
"picture-swipe",
"swiper",
"image",
"gallery",
"preview",
"vuejs",
"vue-picture-swipe",
"vue-picture-swipe-control"
],
"license": "MIT",
"main": "src/main.js",
"name": "@kalligator/vue-picture-swipe-control",
"scripts": {
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}