|
13 | 13 | "test": "ng test", |
14 | 14 | "lint": "ng lint", |
15 | 15 | "e2e": "ng e2e", |
16 | | - "universal": "ng build --prod && ng build --prod --app 1 && ts-node server" |
| 16 | + "universal": "ng build --prod && ng build --prod --app 1 && ts-node server", |
| 17 | + "client:watch": "ng build --watch --prod --aot", |
| 18 | + "server:watch": "ng build --app 1 --watch --prod --aot", |
| 19 | + "webpack:watch": "webpack --watch" |
17 | 20 | }, |
18 | 21 | "private": true, |
19 | 22 | "dependencies": { |
20 | | - "@angular/animations": "5.0.0", |
| 23 | + "@angular/animations": "5.0.1", |
21 | 24 | "@angular/cdk": "5.0.0-rc0", |
22 | | - "@angular/common": "5.0.0", |
23 | | - "@angular/compiler": "5.0.0", |
24 | | - "@angular/core": "5.0.0", |
25 | | - "@angular/forms": "5.0.0", |
26 | | - "@angular/http": "5.0.0", |
| 25 | + "@angular/common": "5.0.1", |
| 26 | + "@angular/compiler": "5.0.1", |
| 27 | + "@angular/core": "5.0.1", |
| 28 | + "@angular/forms": "5.0.1", |
| 29 | + "@angular/http": "5.0.1", |
27 | 30 | "@angular/material": "5.0.0-rc0", |
28 | | - "@angular/platform-browser": "5.0.0", |
29 | | - "@angular/platform-browser-dynamic": "5.0.0", |
30 | | - "@angular/router": "5.0.0", |
| 31 | + "@angular/platform-browser": "5.0.1", |
| 32 | + "@angular/platform-browser-dynamic": "5.0.1", |
| 33 | + "@angular/router": "5.0.1", |
31 | 34 | "@ngtools/webpack": "1.9.0-beta.0", |
32 | 35 | "@nguniversal/common": "5.0.0-beta.5", |
33 | 36 | "@nguniversal/express-engine": "5.0.0-beta.5", |
34 | 37 | "@nguniversal/module-map-ngfactory-loader": "5.0.0-beta.5", |
| 38 | + "chart.js": "2.7.1", |
35 | 39 | "cookie-parser": "1.4.3", |
36 | 40 | "core-js": "2.5.1", |
| 41 | + "font-awesome": "4.7.0", |
| 42 | + "fullcalendar": "3.7.0", |
37 | 43 | "hammerjs": "2.0.8", |
| 44 | + "jquery": "3.2.1", |
| 45 | + "moment": "2.19.2", |
38 | 46 | "ngx-cookie-service": "1.0.9", |
| 47 | + "primeng": "5.0.0-rc.0", |
| 48 | + "prismjs": "1.8.4", |
| 49 | + "quill": "1.3.4", |
39 | 50 | "rxjs": "5.5.2", |
40 | 51 | "uglify-es": "3.1.9", |
| 52 | + "xmlhttprequest": "^1.8.0", |
41 | 53 | "zone.js": "0.8.18" |
42 | 54 | }, |
43 | 55 | "devDependencies": { |
44 | 56 | "@angular/cli": "1.6.0-beta.0", |
45 | | - "@angular/compiler-cli": "5.0.0", |
46 | | - "@angular/language-service": "5.0.0", |
47 | | - "@angular/platform-server": "5.0.0", |
48 | | - "@types/jasmine": "2.6.2", |
| 57 | + "@angular/compiler-cli": "5.0.1", |
| 58 | + "@angular/language-service": "5.0.1", |
| 59 | + "@angular/platform-server": "5.0.1", |
| 60 | + "@types/jasmine": "2.8.0", |
49 | 61 | "@types/jasminewd2": "2.0.3", |
50 | 62 | "@types/node": "8.0.51", |
51 | 63 | "codelyzer": "4.0.1", |
|
0 commit comments