Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrawat1 committed Feb 26, 2017
1 parent 831fe35 commit 590b58e
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor",
"compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.json"
"compodoc": "./node_modules/.bin/compodoc -p src/tsconfig.json",
"dev": "lite-server",
"build:aot": "ngc -p src/tsconfig-aot.json && rollup -c rollup-config.js"
},
"private": true,
"dependencies": {
"@angular/common": "^2.3.1",
"@angular/compiler": "^2.3.1",
"@angular/compiler-cli": "^2.4.1",
"@angular/core": "^2.3.1",
"@angular/forms": "^2.3.1",
"@angular/http": "^2.3.1",
"@angular/platform-browser": "^2.3.1",
"@angular/platform-browser-dynamic": "^2.3.1",
"@angular/platform-server": "^2.4.1",
"@angular/router": "^3.3.1",
"@angular/common": "^2.4.8",
"@angular/compiler": "^2.4.8",
"@angular/compiler-cli": "^2.4.8",
"@angular/core": "^2.4.8",
"@angular/forms": "^2.4.8",
"@angular/http": "^2.4.8",
"@angular/platform-browser": "^2.4.8",
"@angular/platform-browser-dynamic": "^2.4.8",
"@angular/platform-server": "^2.4.8",
"@angular/router": "^3.4.8",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.0",
"@ngrx/router-store": "^1.2.5",
Expand All @@ -31,23 +33,23 @@
"angular2-infinite-scroll": "^0.2.6",
"angular2-masonry": "^0.3.0",
"angular2-toaster": "^2.0.0",
"angularfire2": "^2.0.0-beta.6",
"angularfire2": "^2.0.0-beta.8",
"core-js": "^2.4.1",
"firebase": "^3.6.1",
"firebase": "^3.6.10",
"font-awesome": "^4.7.0",
"foundation-sites": "^6.3.0",
"imagesloaded": "^4.1.1",
"ng2-progressbar": "^1.0.3",
"ng2-progressbar": "^1.3.0",
"ng2-slim-loading-bar": "^2.0.5",
"ng2-tag-input": "^0.4.4",
"ng2-tag-input": "^0.8.5",
"phoenix_js": "0.0.3",
"reselect": "^2.5.4",
"rxjs": "^5.0.1",
"ts-helpers": "^1.1.1",
"zone.js": "^0.7.2"
},
"devDependencies": {
"@angular/compiler-cli": "^2.3.1",
"@angular/compiler-cli": "^2.4.8",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.42",
"angular-cli": "1.0.0-beta.24",
Expand All @@ -61,9 +63,14 @@
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.2.1",
"lite-server": "^2.2.2",
"ngrx-store-freeze": "^0.1.4",
"node-sass": "^3.13.0",
"protractor": "~4.0.13",
"rollup": "^0.41.4",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"ts-node": "1.2.1",
"tslint": "^4.0.2",
"typescript": "~2.0.3",
Expand Down

0 comments on commit 590b58e

Please sign in to comment.