comparison 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
comparison
equal deleted inserted replaced
44:3779464b830e 45:dc4f0541f04d
1 { 1 {
2 "name": "ng2-ismi-query-app", 2 "name": "ng2-ismi-query-app",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "scripts": { 4 "scripts": {
5 "lite": "lite-server", 5 "lite": "lite-server",
6 "start": "concurrent \"npm run tsc:w\" \"npm run lite\" " 6 "tsc:w": "tsc -w",
7 "start": "concurrently \"npm run tsc:w\" \"npm run lite\" "
7 }, 8 },
8 "jspm": { 9 "jspm": {
9 "dependencies": { 10 "dependencies": {
10 "angular2": "npm:angular2@^2.0.0-beta.1", 11 "@angular/compiler": "npm:@angular/compiler@^2.0.0-rc.1",
11 "ng2-bootstrap": "npm:ng2-bootstrap@^1.0.1-beta.2", 12 "@angular/core": "npm:@angular/core@^2.0.0-rc.1",
12 "ng2-table": "npm:ng2-table@^1.0.0-beta.0", 13 "@angular/http": "npm:@angular/http@^2.0.0-rc.1",
13 "plugin-typescript": "github:frankwallis/plugin-typescript@^2.5.2", 14 "@angular/platform-browser": "npm:@angular/platform-browser@^2.0.0-rc.1",
14 "reflect-metadata": "npm:reflect-metadata@^0.1.2", 15 "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@^2.0.0-rc.1",
15 "rxjs": "npm:rxjs@5.0.0-beta.0", 16 "@angular2/common": "npm:@angular/common@^2.0.0-rc.1",
16 "zone.js": "npm:zone.js@^0.5.10" 17 "crypto": "github:jspm/nodelibs-crypto@^0.1.0",
18 "ng2-bootstrap": "npm:ng2-bootstrap@^1.0.17",
19 "ng2-table": "npm:ng2-table@^1.0.2",
20 "plugin-typescript": "github:frankwallis/plugin-typescript@^2.6.0",
21 "reflect-metadata": "npm:reflect-metadata@^0.1.3",
22 "rxjs": "npm:rxjs@5.0.0-beta.6",
23 "zone.js": "npm:zone.js@^0.6.12"
17 }, 24 },
18 "devDependencies": { 25 "devDependencies": {
19 "typescript": "npm:typescript@^1.7.3" 26 "typescript": "npm:typescript@^1.8.10"
20 } 27 }
21 }, 28 },
22 "dependencies": {}, 29 "dependencies": {},
23 "devDependencies": { 30 "devDependencies": {
24 "angular2": "^2.0.0-beta.1", 31 "concurrently": "^2.0.0",
25 "jspm": "0.16.19" 32 "lite-server": "^2.2.0",
33 "typescript": "^1.8.10",
34 "jspm": "0.16.39"
26 } 35 }
27 } 36 }