|
1 | 1 | { |
2 | 2 | "name": "nativescript-theme-core", |
3 | | - "version": "1.0.6", |
| 3 | + "version": "2.0.0-alpha", |
4 | 4 | "description": "Telerik NativeScript Core Theme", |
| 5 | + "author": "Telerik <support@telerik.com>", |
5 | 6 | "homepage": "https://www.nativescript.org", |
6 | 7 | "license": "Apache-2.0", |
7 | 8 | "repository": { |
|
11 | 12 | "nativescript": { |
12 | 13 | "id": "org.nativescript.theme", |
13 | 14 | "tns-android": { |
14 | | - "version": "5.4.0-2019-05-09-111319-03" |
| 15 | + "version": "5.1.0" |
15 | 16 | }, |
16 | 17 | "tns-ios": { |
17 | | - "version": "5.4.0-2019-05-07-181332-01" |
| 18 | + "version": "5.1.0" |
18 | 19 | } |
19 | 20 | }, |
20 | 21 | "dependencies": { |
21 | | - "bootstrap": "~4.3.0", |
22 | | - "nativescript-dom": "~2.0.0", |
23 | | - "nativescript-fonticon": "~2.0.0", |
24 | | - "nativescript-themes": "~2.0.0", |
25 | | - "nativescript-ui-sidedrawer": "~6.0.0", |
26 | | - "tns-core-modules": "next" |
| 22 | + "bootstrap": "^4.2.1", |
| 23 | + "nativescript-dom": "^2.0.2", |
| 24 | + "nativescript-fonticon": "^1.1.1", |
| 25 | + "nativescript-ui-sidedrawer": "^5.1.0", |
| 26 | + "nativescript-themes": "^1.9.9", |
| 27 | + "tns-core-modules": "~5.1.1" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | | - "babel-traverse": "6.26.0", |
30 | | - "babel-types": "6.26.0", |
31 | | - "babylon": "6.18.0", |
32 | | - "glob": "~7.1.4", |
| 30 | + "glob": "^7.1.3", |
33 | 31 | "lazy": "1.0.11", |
34 | | - "nativescript-dev-sass": "~1.7.0", |
35 | | - "nativescript-dev-typescript": "~0.9.0", |
36 | | - "node-sass": "~4.12.0", |
37 | | - "sass-lint": "~1.13.0", |
38 | | - "typescript": "~3.4.0" |
| 32 | + "nativescript-dev-sass": "~1.6.0", |
| 33 | + "nativescript-dev-typescript": "~0.7.8", |
| 34 | + "node-sass": "~4.11.0", |
| 35 | + "sass-lint": "^1.12.1", |
| 36 | + "typescript": "~3.2.2" |
39 | 37 | }, |
40 | 38 | "scripts": { |
41 | 39 | "builder": "node scripts/builder.js" |
|
0 commit comments