|
1 | 1 | {
|
2 | 2 | "name": "nativescript-telerik-ui-sdk-angular-examples",
|
3 |
| - "version": "3.0.0", |
| 3 | + "version": "4.0.0", |
4 | 4 | "description": "Nativescript project that demonstrates the Progress NativeScript UI suite with Angular",
|
5 | 5 | "license": "SEE LICENSE IN <your-license-filename>",
|
6 | 6 | "readme": "NativeScript Application",
|
|
18 | 18 | }
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@angular/common": "^5.0.0", |
22 |
| - "@angular/compiler": "^5.0.0", |
23 |
| - "@angular/core": "^5.0.0", |
24 |
| - "@angular/forms": "^5.0.0", |
25 |
| - "@angular/http": "^5.0.0", |
26 |
| - "@angular/platform-browser": "^5.0.0", |
27 |
| - "@angular/platform-browser-dynamic": "^5.0.0", |
28 |
| - "@angular/router": "^5.0.0", |
29 |
| - "nativescript-angular": "5.3.0", |
| 21 | + "@angular/animations": "~5.2.0", |
| 22 | + "@angular/common": "~5.2.0", |
| 23 | + "@angular/compiler": "~5.2.0", |
| 24 | + "@angular/core": "~5.2.0", |
| 25 | + "@angular/forms": "~5.2.0", |
| 26 | + "@angular/http": "~5.2.0", |
| 27 | + "@angular/platform-browser": "~5.2.0", |
| 28 | + "@angular/platform-browser-dynamic": "~5.2.0", |
| 29 | + "@angular/router": "~5.2.0", |
| 30 | + "nativescript-angular": "~5.3.0", |
30 | 31 | "nativescript-fresco": "^3.0.2",
|
31 | 32 | "nativescript-intl": "^3.0.0",
|
32 |
| - "nativescript-theme-core": "^1.0.4", |
| 33 | + "nativescript-theme-core": "~1.0.4", |
33 | 34 | "nativescript-ui-autocomplete": "^3.6.0",
|
34 | 35 | "nativescript-ui-calendar": "^3.5.0",
|
35 | 36 | "nativescript-ui-chart": "^3.5.0",
|
|
38 | 39 | "nativescript-ui-listview": "^3.5.0",
|
39 | 40 | "nativescript-ui-sidedrawer": "^4.0.0",
|
40 | 41 | "nativescript-unit-test-runner": "^0.3.2",
|
41 |
| - "rxjs": "^5.5.2", |
| 42 | + "reflect-metadata": "~0.1.10", |
| 43 | + "rxjs": "~5.5.5", |
42 | 44 | "tns-core-modules": "4.0.0",
|
43 |
| - "zone.js": "~0.8.2" |
| 45 | + "zone.js": "~0.8.18" |
44 | 46 | },
|
45 | 47 | "devDependencies": {
|
46 |
| - "@angular/compiler-cli": "^5.0.0", |
47 |
| - "@ngtools/webpack": "~1.8.2", |
48 |
| - "babel-traverse": "6.24.1", |
49 |
| - "babel-types": "6.24.1", |
50 |
| - "babylon": "6.17.0", |
51 |
| - "chai": "^3.5.0", |
| 48 | + "@angular/compiler-cli": "~5.2.0", |
| 49 | + "@ngtools/webpack": "~1.9.4", |
| 50 | + "babel-traverse": "6.26.0", |
| 51 | + "babel-types": "6.26.0", |
| 52 | + "babylon": "6.18.0", |
52 | 53 | "clean-webpack-plugin": "~0.1.19",
|
| 54 | + "copy-webpack-plugin": "~4.3.0", |
| 55 | + "extract-text-webpack-plugin": "~3.0.2", |
| 56 | + "nativescript-dev-typescript": "~0.7.0", |
| 57 | + "resolve-url-loader": "~2.2.1", |
| 58 | + "typescript": "~2.7.2", |
| 59 | + "webpack": "~3.10.0", |
| 60 | + "webpack-bundle-analyzer": "^2.9.1", |
| 61 | + "webpack-sources": "~1.1.0", |
53 | 62 | "codelyzer": "^3.0.0",
|
54 |
| - "copy-webpack-plugin": "~4.0.1", |
55 | 63 | "css-loader": "~0.28.7",
|
56 |
| - "extract-text-webpack-plugin": "~3.0.0", |
57 | 64 | "filewalker": "0.1.3",
|
58 | 65 | "karma": "^1.6.0",
|
59 | 66 | "karma-chai": "^0.1.0",
|
|
62 | 69 | "lazy": "1.0.11",
|
63 | 70 | "mocha": "^3.3.0",
|
64 | 71 | "nativescript-css-loader": "~0.26.0",
|
65 |
| - "nativescript-dev-typescript": "0.5.1", |
66 | 72 | "nativescript-dev-webpack": "^0.10.1",
|
67 | 73 | "nativescript-worker-loader": "~0.8.1",
|
68 | 74 | "raw-loader": "~0.5.1",
|
69 |
| - "resolve-url-loader": "~2.1.0", |
70 | 75 | "tns-platform-declarations": "3.4.0",
|
71 | 76 | "tslib": "1.7.1",
|
72 | 77 | "tslint": "^5.1.0",
|
73 |
| - "typescript": "~2.4.2", |
74 |
| - "uglifyjs-webpack-plugin": "^1.1.6", |
75 |
| - "webpack": "~3.8.1", |
76 |
| - "webpack-bundle-analyzer": "^2.8.2", |
77 |
| - "webpack-sources": "~1.0.1" |
| 78 | + "uglifyjs-webpack-plugin": "^1.1.6" |
78 | 79 | },
|
79 | 80 | "scripts": {
|
80 | 81 | "tslint": "tslint --project tsconfig.json --config tslint.json",
|
|
0 commit comments