Created
August 29, 2018 21:47
-
-
Save ChrisMoney/943a83623ea72e195cd9529c22386a6c to your computer and use it in GitHub Desktop.
Json Package File - Dictates terminals command line conventions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "finlocker-pfm", | |
"version": "0.1.0", | |
"license": "UNLICENSED", | |
"scripts": { | |
"ng": "ng", | |
"start": "ng serve --proxy-config proxy.conf.json --watch -o", | |
"build": "ng build", | |
"test": "ng test --watch", | |
"test:production": "ng test --watch=false --prod", | |
"lint": "ng lint", | |
"e2e": "ng e2e", | |
"checklist": "npm run lint && npm run test:production && npm run build -- --prod" | |
}, | |
"private": true, | |
"browserslist": [ | |
"> 1%", | |
"last 2 versions" | |
], | |
"dependencies": { | |
"@angular/animations": "6.1.3", | |
"@angular/cdk": "6.4.5", | |
"@angular/common": "6.1.3", | |
"@angular/compiler": "6.1.3", | |
"@angular/compiler-cli": "6.1.3", | |
"@angular/core": "6.1.3", | |
"@angular/flex-layout": "^6.0.0-beta.17", | |
"@angular/forms": "6.1.3", | |
"@angular/http": "6.1.3", | |
"@angular/material": "6.4.5", | |
"@angular/platform-browser": "6.1.3", | |
"@angular/platform-browser-dynamic": "6.1.3", | |
"@angular/router": "6.1.3", | |
"@ngrx/effects": "6.1.0", | |
"@ngrx/store": "6.1.0", | |
"angular-gridster2": "6.0.1", | |
"applicationinsights-js": "^1.0.19-beta.1", | |
"auth0-js": "9.5.1", | |
"chart.js": "2.7.2", | |
"chartjs-plugin-datalabels": "0.3.0", | |
"core-js": "2.5.6", | |
"fast-json-patch": "2.0.6", | |
"file-saver": "1.3.8", | |
"fuse.js": "^3.2.1", | |
"hammerjs": "2.0.8", | |
"jasmine": "3.1.0", | |
"jasmine-marbles": "^0.3.1", | |
"json-typescript-mapper": "1.1.3", | |
"lodash": "4.17.10", | |
"ng2-charts": "1.6.0", | |
"ng2-currency-mask": "5.3.1", | |
"ng2-dnd": "5.0.2", | |
"ng2-pdfjs-viewer": "^0.2.29", | |
"rxjs": "6.2.2", | |
"rxjs-compat": "6.2.0", | |
"saturn-datepicker": "6.0.1", | |
"web-animations-js": "2.3.1", | |
"zone.js": "0.8.26" | |
}, | |
"devDependencies": { | |
"@angular-devkit/build-angular": "^0.7.4", | |
"@angular/cli": "6.1.4", | |
"@angular/language-service": "6.1.3", | |
"@types/google.analytics": "0.0.39", | |
"@types/jasmine": "2.8.7", | |
"@types/jasminewd2": "2.0.3", | |
"@types/lodash": "4.14.108", | |
"@types/node": "10.0.8", | |
"codelyzer": "4.3.0", | |
"jasmine-core": "3.1.0", | |
"jasmine-spec-reporter": "4.2.1", | |
"karma": "^3.0.0", | |
"karma-chrome-launcher": "2.2.0", | |
"karma-cli": "1.0.1", | |
"karma-coverage-istanbul-reporter": "1.4.2", | |
"karma-jasmine": "1.1.2", | |
"karma-jasmine-html-reporter": "1.1.0", | |
"npm": "^6.4.0", | |
"protractor": "^5.4.0", | |
"puppeteer": "1.4.0", | |
"ts-node": "7.0.0", | |
"tslint": "5.11.0", | |
"tslint-eslint-rules": "5.3.1", | |
"typescript": "^2.9.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment