Skip to content

Instantly share code, notes, and snippets.

@squadwuschel
Last active May 16, 2017 18:35
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 squadwuschel/eed485e6afbbc879710402fb79233e98 to your computer and use it in GitHub Desktop.
Save squadwuschel/eed485e6afbbc879710402fb79233e98 to your computer and use it in GitHub Desktop.
Angular 4.0.3 - package.json
{
"dependencies": {
"@angular/common": "4.0.3",
"@angular/compiler": "4.0.3",
"@angular/core": "4.0.3",
"@angular/forms": "4.0.3",
"@angular/http": "4.0.3",
"@angular/platform-browser": "4.0.3",
"@angular/platform-browser-dynamic": "4.0.3",
"@angular/router": "4.0.3",
"core-js": "2.4.1",
"reflect-metadata": "0.1.10",
"rxjs": "5.0.1",
"systemjs": "0.20.12",
"zone.js": "0.8.4",
"gulp": "3.9.1"
},
"devDependencies": {
"typings":"2.1.1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment