lightgallery
Version:
lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile
21 lines • 807 B
JSON
{
"name": "lightgallery/angular/11",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^11.2.14",
"@angular/core": "^11.2.14"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/lightgallery-angular-11.umd.js",
"module": "fesm2015/lightgallery-angular-11.js",
"es2015": "fesm2015/lightgallery-angular-11.js",
"esm2015": "esm2015/lightgallery-angular-11.js",
"fesm2015": "fesm2015/lightgallery-angular-11.js",
"typings": "lightgallery-angular-11.d.ts",
"sideEffects": false,
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
}
}