forked from twinssbc/Ionic2-Calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 886 Bytes
/
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
{
"name": "ionic7-calendar",
"version": "2.4.0",
"description": "Ionic calendar component",
"keywords": [
"Ionic",
"calendar"
],
"author": {
"name": "twinssbc"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iPwa97/Ionic7-Calendar.git"
},
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^17.0.2",
"@angular/core": "^17.0.2",
"@ionic/angular": "^7.0.0",
"swiper": "^11.0.5"
},
"module": "fesm2022/ionic7-calendar.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ionic7-calendar.mjs",
"esm": "./esm2022/ionic7-calendar.mjs",
"default": "./fesm2022/ionic7-calendar.mjs"
}
},
"sideEffects": false
}