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