UNPKG

@shikshalokam/sl-reports

Version:

Library to integrate questionnaire in SL Projects

72 lines (71 loc) 2.02 kB
{ "name": "@shikshalokam/sl-reports", "version": "1.0.2", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": false, "repository": { "type": "git", "url": "https://github.com/shikshalokam/sl-reports-library.git" }, "description": "Library to integrate questionnaire in SL Projects", "bugs": { "url":"https://github.com/shikshalokam/sl-reports-library/issues" }, "homepage": "https://github.com/shikshalokam/sl-reports-library", "license": "MIT", "keywords": [ "angular", "shikshalokam", "reports", "obsevation", "charts" ], "dependencies": { "@angular/animations": "~9.1.13", "@angular/common": "~9.1.13", "@angular/compiler": "~9.1.13", "@angular/core": "~9.1.13", "@angular/forms": "~9.1.13", "@angular/platform-browser": "~9.1.13", "@angular/platform-browser-dynamic": "~9.1.13", "@angular/router": "~9.1.13", "@project-sunbird/sb-styles": "0.0.9", "chart.js": "^2.9.4", "chartjs-plugin-datalabels": "^0.7.0", "chartjs-plugin-stacked100": "^0.7.1", "ng2-charts": "^2.4.2", "ng2-semantic-ui-v9": "0.0.1", "rxjs": "~6.5.4", "tslib": "^1.10.0", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.901.15", "@angular-devkit/build-ng-packagr": "~0.901.15", "@angular/cli": "~9.1.15", "@angular/compiler-cli": "~9.1.13", "@types/node": "^12.11.1", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "codelyzer": "^5.1.2", "jasmine-core": "~3.5.0", "jasmine-spec-reporter": "~4.2.1", "karma": "~5.0.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~2.1.0", "karma-jasmine": "~3.0.1", "karma-jasmine-html-reporter": "^1.4.2", "ng-packagr": "^9.0.0", "protractor": "~7.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", "typescript": "~3.8.3" } }