UNPKG

angular-wrapper-kendo-ui-app

Version:

A sample application to use and test the TreeList component defined in the *angular-wrapper-kendo-ui* library.

86 lines (85 loc) 2.79 kB
{ "name": "angular-wrapper-kendo-ui-app", "version": "0.0.8", "description": "A sample application to use and test the TreeList component defined in the *angular-wrapper-kendo-ui* library.", "author": "Bilal Haidar <bhaidar@gmail.com>", "repository": { "type": "git", "url": "https://github.com/bhaidar/angular-wrapper-kendo-ui-app.git" }, "bugs": { "url": "https://github.com/bhaidar/angular-wrapper-kendo-ui-app/issues" }, "homepage": "https://github.com/bhaidar/angular-wrapper-kendo-ui-app", "keywords": [ "angular", "angular8", "telerik", "javacript", "typescript", "kendoui" ], "license": "MIT", "scripts": { "ng": "ng", "start": "npm run build-lib && ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", "npm-lib": "cd projects/angular-wrapper-kendo-ui && npm install", "build-lib": "rimraf -rf dist && ng build --prod angular-wrapper-kendo-ui", "pack-lib": "cd dist/angular-wrapper-kendo-ui && npm pack", "package-lib": "npm run build-lib && npm run pack-lib", "publish": "cd dist/angular-wrapper-kendo-ui && npm publish" }, "dependencies": { "@angular/animations": "^9.0.0", "@angular/common": "^9.0.0", "@angular/compiler": "^9.0.0", "@angular/core": "^9.0.0", "@angular/forms": "^9.0.0", "@angular/platform-browser": "^9.0.0", "@angular/platform-browser-dynamic": "^9.0.0", "@angular/platform-server": "^9.0.0", "@angular/router": "^9.0.0", "@progress/kendo-theme-default": "^4.18.2", "@progress/kendo-ui": "2020.1.406", "core-js": "^3.6.5", "jquery": "^3.5.0", "rxjs": "^6.5.5", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.901.7", "@angular-devkit/build-ng-packagr": "~0.901.7", "@angular/cli": "~9.1.7", "@angular/compiler-cli": "^9.1.9", "@angular/language-service": "^9.1.9", "@types/jasmine": "^3.5.10", "@types/jasminewd2": "~2.0.3", "@types/kendo-ui": "^2020.2.0", "@types/node": "^12.11.1", "codelyzer": "^5.1.2", "jasmine-core": "^3.5.0", "jasmine-spec-reporter": "^5.0.2", "karma": "^5.0.9", "karma-chrome-launcher": "^3.1.0", "karma-cli": "^2.0.0", "karma-coverage-istanbul-reporter": "~2.0.0", "karma-jasmine": "^3.2.0", "karma-jasmine-html-reporter": "^1.5.4", "ng-packagr": "^9.0.0", "protractor": "^7.0.0", "rxjs-tslint": "^0.1.8", "ts-node": "~5.0.1", "tslint": "^6.1.2", "tsickle": "^0.38.1", "typescript": "3.8.3", "webpack": "^4.43.0" }, "peerDependencies": { "typescript": "3.8.3" } }