-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 860 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 860 Bytes
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
{
"name": "@m3team/calendar",
"version": "1.0.0",
"peerDependencies": {
"@angular/common": "^11.2.7",
"@angular/core": "^11.2.7",
"rxjs": "~6.6.0",
"@fullcalendar/angular": "^5.5.0",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.1"
},
"dependencies": {
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.10",
"rxjs": "~6.6.0",
"@fullcalendar/angular": "^5.5.0",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.1",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0"
}
}