|
3 | 3 | "version": "1.0.0", |
4 | 4 | "description": "A simple starter Angular2 project", |
5 | 5 | "scripts": { |
6 | | - "build": "webpack --inline --colors --progress --display-error-details --display-cached", |
| 6 | + "build": "webpack --inline --progress", |
7 | 7 | "watch": "npm run build -- --watch", |
8 | | - "server": "webpack-dev-server --inline --colors --progress --display-error-details --display-cached --port 3000 --content-base src", |
| 8 | + "server": "webpack-dev-server --inline --progress --port 3000 --content-base src", |
9 | 9 | "start": "npm run server" |
10 | 10 | }, |
11 | 11 | "contributors": [ |
12 | 12 | "Rob Wormald <robwormald@gmail.com>", |
13 | 13 | "PatrickJS <github@gdi2290.com>" |
14 | 14 | ], |
15 | 15 | "license": "MIT", |
| 16 | + "dependencies": { |
| 17 | + "@angular/common": "~2.2.1", |
| 18 | + "@angular/compiler": "~2.2.1", |
| 19 | + "@angular/compiler-cli": "~2.2.1", |
| 20 | + "@angular/core": "~2.2.1", |
| 21 | + "@angular/forms": "~2.2.1", |
| 22 | + "@angular/http": "~2.2.1", |
| 23 | + "@angular/platform-browser": "~2.2.1", |
| 24 | + "@angular/platform-browser-dynamic": "~2.2.1", |
| 25 | + "@angular/platform-server": "~2.2.1", |
| 26 | + "@angular/router": "~3.2.1", |
| 27 | + "@angular/upgrade": "~2.2.1", |
| 28 | + "angular2-in-memory-web-api": "0.0.21", |
| 29 | + "bootstrap": "^3.3.7", |
| 30 | + "core-js": "^2.4.1", |
| 31 | + "ie-shim": "^0.1.0", |
| 32 | + "reflect-metadata": "^0.1.3", |
| 33 | + "rxjs": "5.0.0-beta.12", |
| 34 | + "zone.js": "~0.6.23" |
| 35 | + }, |
16 | 36 | "devDependencies": { |
17 | | - "@types/core-js": "^0.9.32", |
18 | | - "@types/node": "^6.0.38", |
| 37 | + "@types/node": "^6.0.48", |
| 38 | + "angular2-router-loader": "^0.3.4", |
19 | 39 | "angular2-template-loader": "^0.6.0", |
20 | 40 | "awesome-typescript-loader": "^2.2.4", |
21 | 41 | "css-loader": "^0.25.0", |
22 | 42 | "raw-loader": "^0.5.1", |
23 | 43 | "to-string-loader": "^1.1.4", |
24 | | - "typescript": "^2.0.2", |
25 | | - "webpack": "^1.13.3", |
26 | | - "webpack-dev-server": "^1.16.2", |
| 44 | + "typescript": "~2.0.10", |
| 45 | + "webpack": "2.1.0-beta.27", |
| 46 | + "webpack-dev-server": "2.1.0-beta.11", |
27 | 47 | "webpack-merge": "^0.15.0" |
28 | 48 | }, |
29 | | - "dependencies": { |
30 | | - "@angular/common": "~2.1.0", |
31 | | - "@angular/compiler": "~2.1.0", |
32 | | - "@angular/core": "~2.1.0", |
33 | | - "@angular/forms": "~2.1.0", |
34 | | - "@angular/http": "~2.1.0", |
35 | | - "@angular/platform-browser": "~2.1.0", |
36 | | - "@angular/platform-browser-dynamic": "~2.1.0", |
37 | | - "@angular/platform-server": "~2.1.0", |
38 | | - "@angular/router": "~3.1.0", |
39 | | - "@angular/upgrade": "~2.1.0", |
40 | | - "core-js": "^2.4.1", |
41 | | - "ie-shim": "^0.1.0", |
42 | | - "reflect-metadata": "^0.1.3", |
43 | | - "rxjs": "5.0.0-beta.12", |
44 | | - "zone.js": "~0.6.23", |
45 | | - "angular2-in-memory-web-api": "0.0.21", |
46 | | - "bootstrap": "^3.3.7" |
47 | | - }, |
48 | 49 | "keywords": [ |
49 | 50 | "Angular2", |
50 | 51 | "angular2-seed", |
|
0 commit comments