|
12 | 12 | }
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@angular/common": "~6.0.0", |
16 |
| - "@angular/compiler": "~6.0.0", |
17 |
| - "@angular/core": "~6.0.0", |
18 |
| - "@angular/forms": "~6.0.0", |
19 |
| - "@angular/http": "~6.0.0", |
20 |
| - "@angular/platform-browser": "~6.0.0", |
21 |
| - "@angular/platform-browser-dynamic": "~6.0.0", |
22 |
| - "@angular/router": "~6.0.0", |
23 |
| - "nativescript-angular": "^6.0.0", |
| 15 | + "@angular/common": "~6.0.6", |
| 16 | + "@angular/compiler": "~6.0.6", |
| 17 | + "@angular/core": "~6.0.6", |
| 18 | + "@angular/forms": "~6.0.6", |
| 19 | + "@angular/http": "~6.0.6", |
| 20 | + "@angular/platform-browser": "~6.0.6", |
| 21 | + "@angular/platform-browser-dynamic": "~6.0.6", |
| 22 | + "@angular/router": "~6.0.6", |
| 23 | + "nativescript-angular": "~6.0.6", |
24 | 24 | "nativescript-fresco": "../src",
|
25 | 25 | "nativescript-theme-core": "^1.0.4",
|
26 | 26 | "nativescript-ui-listview": "^3.5.0",
|
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 | 32 | "htmlparser2": "^3.9.2",
|
33 |
| - "@angular-devkit/core": "~0.5.5", |
34 |
| - "@angular/compiler-cli": "~6.0.0", |
35 |
| - "@ngtools/webpack": "~6.0.0", |
| 33 | + "@angular/compiler-cli": "~6.1.0-beta.1", |
36 | 34 | "babel-traverse": "6.24.1",
|
37 | 35 | "babel-types": "6.24.1",
|
38 | 36 | "babylon": "6.16.1",
|
39 |
| - "clean-webpack-plugin": "~0.1.19", |
40 |
| - "copy-webpack-plugin": "~4.5.1", |
41 |
| - "css-loader": "~0.28.7", |
42 |
| - "extract-text-webpack-plugin": "~3.0.2", |
43 | 37 | "filewalker": "0.1.2",
|
44 | 38 | "jasmine-core": "^2.5.2",
|
45 | 39 | "karma": "^1.3.0",
|
|
48 | 42 | "lazy": "1.0.11",
|
49 | 43 | "nativescript-css-loader": "~0.26.0",
|
50 | 44 | "nativescript-dev-typescript": "^0.7.1",
|
51 |
| - "nativescript-dev-webpack": "^0.12.0", |
52 |
| - "nativescript-worker-loader": "~0.8.1", |
53 |
| - "raw-loader": "~0.5.1", |
54 |
| - "resolve-url-loader": "~2.3.0", |
| 45 | + "nativescript-dev-webpack": "~0.14.0", |
55 | 46 | "tns-platform-declarations": "^3.0.0",
|
56 | 47 | "tslint": "~5.4.3",
|
57 | 48 | "typescript": "~2.7.2",
|
58 |
| - "uglifyjs-webpack-plugin": "~1.2.4", |
59 |
| - "webpack": "~4.5.0", |
60 |
| - "webpack-bundle-analyzer": "^2.9.1", |
61 |
| - "webpack-cli": "~2.0.14", |
62 |
| - "webpack-sources": "~1.1.0", |
63 |
| - "zone.js": "^0.8.4" |
| 49 | + "zone.js": "^0.8.4", |
| 50 | + "@angular-devkit/build-angular": "~0.7.0-rc.0" |
64 | 51 | },
|
65 | 52 | "scripts": {
|
66 | 53 | "build.plugin": "cd ../src && npm run build",
|
|
0 commit comments