-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "rm-carousel",
"version": "3.0.0",
"description": "A highly optimized and fully customizable pure angular standalone component and solution for horizontal scrolling images with lazy loading.",
"keywords": [
"library",
"angularlibrary",
"ng",
"Angular",
"angular-native",
"angular-component",
"custom slider",
"slider",
"thumbnail",
"security",
"performance",
"optimization",
"carousel",
"angular carousel",
"rm",
"Swiper",
"Image slider",
"Lazy loading",
"rm-carousel",
"responsive carousel"
],
"peerDependencies": {
"@angular/common": "^19.0.1",
"@angular/core": "^19.0.1",
"@fortawesome/angular-fontawesome": "^0.14.0",
"@fortawesome/free-solid-svg-icons": "^6.4.2"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"author": {
"name": "Rajat Malik",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/errajatmalik/"
},
"repository": {
"type": "git",
"url": "https://github.com/malikrajat/rm-carousel"
},
"module": "fesm2022/rm-carousel.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/rm-carousel.mjs"
}
}
}