Mercurial > hg > ng2-query-ismi
diff package.json @ 45:dc4f0541f04d ng2-rc1
update to angular2-rc1. mostly working ;-(
author | casties |
---|---|
date | Tue, 14 Jun 2016 20:00:39 +0200 |
parents | 39edd27d83e4 |
children | b65a031c4967 |
line wrap: on
line diff
--- a/package.json Tue Jun 14 19:58:53 2016 +0200 +++ b/package.json Tue Jun 14 20:00:39 2016 +0200 @@ -3,25 +3,34 @@ "version": "1.0.0", "scripts": { "lite": "lite-server", - "start": "concurrent \"npm run tsc:w\" \"npm run lite\" " + "tsc:w": "tsc -w", + "start": "concurrently \"npm run tsc:w\" \"npm run lite\" " }, "jspm": { "dependencies": { - "angular2": "npm:angular2@^2.0.0-beta.1", - "ng2-bootstrap": "npm:ng2-bootstrap@^1.0.1-beta.2", - "ng2-table": "npm:ng2-table@^1.0.0-beta.0", - "plugin-typescript": "github:frankwallis/plugin-typescript@^2.5.2", - "reflect-metadata": "npm:reflect-metadata@^0.1.2", - "rxjs": "npm:rxjs@5.0.0-beta.0", - "zone.js": "npm:zone.js@^0.5.10" + "@angular/compiler": "npm:@angular/compiler@^2.0.0-rc.1", + "@angular/core": "npm:@angular/core@^2.0.0-rc.1", + "@angular/http": "npm:@angular/http@^2.0.0-rc.1", + "@angular/platform-browser": "npm:@angular/platform-browser@^2.0.0-rc.1", + "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@^2.0.0-rc.1", + "@angular2/common": "npm:@angular/common@^2.0.0-rc.1", + "crypto": "github:jspm/nodelibs-crypto@^0.1.0", + "ng2-bootstrap": "npm:ng2-bootstrap@^1.0.17", + "ng2-table": "npm:ng2-table@^1.0.2", + "plugin-typescript": "github:frankwallis/plugin-typescript@^2.6.0", + "reflect-metadata": "npm:reflect-metadata@^0.1.3", + "rxjs": "npm:rxjs@5.0.0-beta.6", + "zone.js": "npm:zone.js@^0.6.12" }, "devDependencies": { - "typescript": "npm:typescript@^1.7.3" + "typescript": "npm:typescript@^1.8.10" } }, "dependencies": {}, "devDependencies": { - "angular2": "^2.0.0-beta.1", - "jspm": "0.16.19" + "concurrently": "^2.0.0", + "lite-server": "^2.2.0", + "typescript": "^1.8.10", + "jspm": "0.16.39" } }