Skip to content

Instantly share code, notes, and snippets.

@juarezpaf
Created April 18, 2018 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juarezpaf/54215350742c538d4dff1e384395b743 to your computer and use it in GitHub Desktop.
Save juarezpaf/54215350742c538d4dff1e384395b743 to your computer and use it in GitHub Desktop.
CLI 6.0.0-rc.5 + Angular v5
{
"name": "firelist",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/cdk": "^5.2.4",
"@angular/material": "^5.2.4",
"@angular/animations": "^5.2.10",
"@angular/common": "^5.2.10",
"@angular/compiler": "^5.2.10",
"@angular/core": "^5.2.10",
"@angular/forms": "^5.2.10",
"@angular/http": "^5.2.10",
"@angular/platform-browser": "^5.2.10",
"@angular/platform-browser-dynamic": "^5.2.10",
"@angular/router": "^5.2.10",
"firebase": "^4.12.1",
"angularfire2": "^5.0.0-rc.6",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"rxjs": "^5.5.8",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/compiler-cli": "^5.2.10",
"@angular/language-service": "^5.2.10",
"@angular-devkit/build-angular": "~0.5.0",
"typescript": "~2.6.2",
"@angular/cli": "~6.0.0-rc.5",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-coverage-istanbul-reporter": "~1.4.2",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment