Skip to content

Commit

Permalink
Step 23.9: Install angular2 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent f0744ab commit 0d3cfaf
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Expand Up @@ -6,24 +6,37 @@
"test:watch": "meteor test --driver-package sanjo:jasmine"
},
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"@angular/upgrade": "^2.1.0",
"angular": "^1.5.3",
"angular-animate": "^1.5.3",
"angular-aria": "^1.5.3",
"angular-google-maps": "^2.3.2",
"angular-material": "^1.0.7",
"angular-messages": "^1.5.3",
"angular-meteor": "^1.3.9",
"angular-ui-router": "^0.2.18",
"angular-sanitize": "^1.5.5",
"angular-simple-logger": "^0.1.7",
"angular-sortable-view": "0.0.15",
"angular-ui-router": "^0.2.18",
"angular-utils-pagination": "^0.11.1",
"angular2-meteor": "^0.7.0",
"angular2-meteor-polyfills": "^0.1.1",
"es6-shim": "^0.35.1",
"gm": "^1.22.0",
"ionic-sdk": "^1.2.4",
"meteor-node-stubs": "~0.2.0",
"ng-file-upload": "^12.0.4",
"ng-img-crop": "^0.2.0",
"underscore": "^1.8.3"
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.12",
"underscore": "^1.8.3",
"zone.js": "^0.6.21"
},
"devDependencies": {
"angular-mocks": "^1.5.3"
Expand Down

0 comments on commit 0d3cfaf

Please sign in to comment.