2019-10-09 15:29:52 +03:00
{
"name" : "@syncfusion/ej2-angular-calendars" ,
2022-10-18 14:05:15 +03:00
"version" : "20.3.49" ,
2019-10-09 15:29:52 +03:00
"description" : "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular" ,
"author" : "Syncfusion Inc." ,
"license" : "SEE LICENSE IN license" ,
"schematics" : "./schematics/collection.json" ,
"dependencies" : {
"@syncfusion/ej2-base" : "*" ,
"@syncfusion/ej2-angular-base" : "*" ,
2021-04-27 13:55:57 +03:00
"@syncfusion/ej2-calendars" : "*"
2019-10-09 15:29:52 +03:00
} ,
"devDependencies" : {
"rxjs" : "5.0.0 - 5.5.10" ,
"zone.js" : "0.7.2 - 0.8.26" ,
"core-js" : "2.4.1 - 2.6.6" ,
"reflect-metadata" : "0.1.9 - 0.1.15 " ,
"@angular/common" : "2.2.1 - 4.10.0" ,
"@angular/compiler" : "2.2.1 - 4.10.0" ,
"@angular/core" : "2.2.1 - 4.10.0" ,
"@angular/forms" : "2.2.1 - 4.10.0" ,
"@angular/http" : "2.2.1 - 4.10.0" ,
"@angular/platform-browser" : "2.2.1 - 4.10.0" ,
"@angular/platform-browser-dynamic" : "2.2.1 - 4.10.0" ,
"@angular/router" : "2.2.1 - 4.10.0" ,
"@angular/compiler-cli" : "2.2.1 - 4.10.0" ,
"@angular/platform-server" : "2.2.1 - 4.10.0" ,
"@angular-devkit/schematics" : "0.7.2" ,
"@schematics/angular" : "0.7.2" ,
"es6-module-loader" : "^0.17.11" ,
"rollup" : "^0.41.6" ,
"rollup-plugin-uglify" : "^1.0.1" ,
"systemjs" : "^0.19.40" ,
"systemjs-plugin-babel" : "0.0.17" ,
"ng-packagr" : "1.5.0" ,
"tsickle" : "0.34.0" ,
2021-04-27 13:55:57 +03:00
"@types/lodash" : "4.14.159" ,
"@types/node" : "11.15.20" ,
2019-10-09 15:29:52 +03:00
"es6-promise" : "^3.2.1" ,
"gulp" : "^3.9.1" ,
"gulp-sass" : "^3.1.0" ,
"gulp-typescript" : "^3.1.6" ,
"requirejs" : "^2.3.3" ,
"typescript" : "2.3.4"
} ,
"keywords" : [
"ej2" ,
"syncfusion" ,
"web-components" ,
"calendar" ,
"date" ,
"time" ,
"datetime" ,
"daterange" ,
"culture" ,
"month" ,
"year" ,
"decade" ,
"timepicker" ,
"strict-mode" ,
"step" ,
"interval" ,
"min" ,
"max" ,
"globalization" ,
"datepicker" ,
"daterangepicker" ,
"datetimepicker" ,
"enable-persistence" ,
"locale" ,
"value" ,
"format" ,
"week-number" ,
"enable-rtl" ,
"presets" ,
"min-days" ,
"max-days" ,
"start-date" ,
"end-date" ,
"time-format" ,
"rangepicker" ,
"month-picker" ,
"angular" ,
"ng" ,
"ng-calendars" ,
"ej2-ng-calendars"
] ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/syncfusion/ej2-angular-ui-components.git"
} ,
"scripts" : {
"build" : "gulp build"
} ,
"sideEffects" : true
}