-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
37 lines (37 loc) · 917 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
{
"name": "ionic2-calendar",
"version": "2.5.0",
"description": "Ionic calendar component",
"keywords": [
"Ionic",
"calendar"
],
"author": {
"name": "twinssbc"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/twinssbc/Ionic2-Calendar.git"
},
"scripts": {
"build": "rm -rf dist && ng build"
},
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@ionic/angular": "^8.0.0",
"swiper": "^11.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"ng-packagr": "^18.0.0",
"typescript": "~5.4.5"
}
}