@3kles/kles-ng-carousel
Version:
@3kles/kles-ng-carousel is a angular library to create carousel.
56 lines • 1.51 kB
JSON
{
"name": "@3kles/kles-ng-carousel",
"version": "18.0.2",
"repository": {
"type": "git",
"url": "https://github.com/3kles-lab/klesngcarousel"
},
"keywords": [
"3KLES",
"Angular",
"Carousel"
],
"author": "3Kles Lab",
"license": "ISC",
"bugs": {
"url": "https://github.com/3kles-lab/klesngcarousel/issues"
},
"homepage": "https://github.com/3kles-lab/klesngcarousel",
"peerDependencies": {
"@angular/animations": "^18.2.13",
"@angular/cdk": "^18.2.14",
"@angular/common": "^18.2.13",
"@angular/compiler": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/material": "^18.2.14",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^18.2.13",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"angular-material": "^1.1.21",
"hammerjs": "^2.0.8",
"jquery": "^3.5.1",
"lodash": "^4.17.19",
"rxjs": "~6.5.4",
"zone.js": "~0.14.2"
},
"dependencies": {
"tslib": "^2.0.0"
},
"module": "fesm2022/3kles-kles-ng-carousel.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/3kles-kles-ng-carousel.mjs",
"esm": "./esm2022/3kles-kles-ng-carousel.mjs",
"default": "./fesm2022/3kles-kles-ng-carousel.mjs"
}
},
"sideEffects": false
}