23
23
},
24
24
"homepage" : " https://github.com/NativeScript/template-hello-world" ,
25
25
"dependencies" : {
26
- "tns-core-modules" : " 2.0.0-angular-7" ,
26
+ "tns-core-modules" : " >=2.0.0 || >=2.1.0-2016 || >= 2.0.0-angular-7" ,
27
27
"nativescript-angular" : " ^0.1.6" ,
28
28
"nativescript-intl" : " ^0.0.2" ,
29
29
"@angular/common" : " 2.0.0-rc.1" ,
30
30
"@angular/compiler" : " 2.0.0-rc.1" ,
31
31
"@angular/core" : " 2.0.0-rc.1" ,
32
- "@angular/router-deprecated" : " 2.0.0-rc.1" ,
33
32
"@angular/platform-browser" : " 2.0.0-rc.1" ,
34
33
"@angular/platform-browser-dynamic" : " 2.0.0-rc.1" ,
35
34
"@angular/platform-server" : " 2.0.0-rc.1" ,
36
- "reflect-metadata " : " ^0.1.3 " ,
35
+ "@angular/router-deprecated " : " 2.0.0-rc.1 " ,
37
36
"rxjs" : " 5.0.0-beta.6" ,
38
37
"zone.js" : " ^0.6.12" ,
38
+ "reflect-metadata" : " ^0.1.3" ,
39
39
"parse5" : " 1.4.2" ,
40
40
"punycode" : " 1.3.2" ,
41
41
"querystring" : " 0.2.0" ,
42
- "url" : " 0.10.3"
42
+ "url" : " 0.10.3" ,
43
+ "shelljs" : " ^0.7.0"
43
44
},
44
45
"devDependencies" : {
45
- "babel-traverse" : " 6.8.0" ,
46
- "babel-types" : " 6.8.1" ,
47
- "babylon" : " 6.8.0" ,
48
- "filewalker" : " 0.1.2" ,
49
- "grunt" : " 0.4.5" ,
50
- "grunt-contrib-clean" : " 0.6.0" ,
51
- "grunt-contrib-copy" : " 0.8.0" ,
52
- "grunt-shell" : " 1.1.2" ,
53
- "grunt-ts" : " 5.0.0-beta.5" ,
54
- "lazy" : " 1.0.11" ,
55
46
"nativescript-dev-typescript" : " ^0.3.1" ,
56
47
"nativescript-dev-webpack" : " 0.0.13" ,
57
- "typescript" : " 1.8.2 "
48
+ "typescript" : " ^ 1.8.10 "
58
49
},
59
50
"nativescript" : {
60
51
"id" : " org.nativescript.ngsample" ,
61
52
"tns-android" : {
62
53
"version" : " 2.0.0"
63
54
},
64
55
"tns-ios" : {
65
- "version" : " 2.0.0 "
56
+ "version" : " 2.0.1 "
66
57
}
67
58
}
68
- }
59
+ }
0 commit comments