forked from twinssbc/Ionic2-Calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 878 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
{
"name": "ionic2-calendar",
"version": "1.0.1",
"description": "Ionic2 calendar component",
"keywords": [
"Ionic2",
"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": "^15.1.0",
"@angular/core": "^15.1.0",
"@ionic/angular": "^6.1.9",
"swiper": "^8.4.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.2",
"@angular/cli": "~15.1.2",
"@angular/compiler-cli": "^15.1.0",
"ng-packagr": "^15.1.0",
"typescript": "~4.9.4"
}
}