ngx-hm-carousel
Version:
A light carousel for Angular, support mobile touch by hammerJs with SSR
47 lines • 1.1 kB
JSON
{
"name": "ngx-hm-carousel",
"version": "19.0.0",
"description": "A light carousel for Angular, support mobile touch by hammerJs with SSR",
"keywords": [
"angular",
"angular2",
"ng",
"ngx",
"ng2",
"ngx-carousel",
"carousel",
"hammerjs"
],
"dependencies": {
"@nghedgehog/core": "^0.0.4",
"hammerjs": "^2.0.8",
"@types/hammerjs": "^2.0.45",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/forms": "^19.0.0",
"rxjs": "^7.8.0"
},
"repository": {
"url": "https://github.com/ZouYouShun/ngx-hm-carousel.git",
"type": "git"
},
"license": "MIT",
"author": "ZouYouShun",
"sideEffects": false,
"module": "fesm2022/ngx-hm-carousel.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-hm-carousel.mjs",
"esm": "./esm2022/ngx-hm-carousel.mjs",
"default": "./fesm2022/ngx-hm-carousel.mjs"
}
}
}