ionic2-calendar-scheduler
Version:
Ionic5 calendar scheduler component
43 lines (42 loc) • 1.28 kB
JSON
{
"name": "ionic2-calendar-scheduler",
"version": "5.0.2",
"description": "Ionic5 calendar scheduler component",
"keywords": [
"Ionic2",
"calendar",
"scheduler"
],
"author": {
"name": "Doru Chiulan"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/twinssbc/Ionic2-Calendar.git"
},
"scripts": {
"build": "rm -rf dist && node_modules/.bin/ngc -p tsconfig.json",
"copy_static_files": "cp -r package.json README.md LICENSE tsconfig.json dist/",
"dev": "tsc --watch"
},
"main": "./index.js",
"dependencies": {},
"devDependencies": {
"@angular-devkit/core": "8.2.2",
"@angular-devkit/schematics": "^8.2.14",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/router": "^8.2.14",
"@ionic/angular": "^4.11.5",
"rxjs": "^6.2.0",
"tsickle": "^0.36.0",
"typescript": "3.4.5",
"zone.js": "^0.9.1"
}
}