An error occurred while loading the file. Please try again.
-
Rajesh Kumaravel authored535c0081
This project manages its dependencies using npm.
Learn more
{
"name": "sunbird-ed-consumption-ngcomponents",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build commonConsumption",
"install-dependencies:build-lib": "npm i && npm run build-lib",
"build-lib": "ng build commonConsumption && npm run copy:assets",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"copy:assets": "node scripts/copy-assets",
"test:ci": "ng test --code-coverage --watch=false --browsers=ChromeHeadless",
"sonar-scanner": "sonar-scanner"
},
"private": true,
"dependencies": {
"@angular/animations": "^10.2.5",
"@angular/common": "^10.2.5",
"@angular/compiler": "^10.2.5",
"@angular/core": "^10.2.5",
"@angular/forms": "^10.2.5",
"@angular/router": "^10.2.5",
},
"devDependencies": {
"@angular/cli": "^10.2.4",
"@angular/compiler-cli": "^10.2.5",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma-chrome-launcher": "~2.2.0",
"karma-jasmine": "~1.1.2",
"ng-packagr": "^10.1.2",
"protractor": "~5.4.0",
"scss-bundle": "^3.0.1",
"typescript": "~4.0.8"
}
}