File tree 5 files changed +30
-17
lines changed
5 files changed +30
-17
lines changed Original file line number Diff line number Diff line change 24
24
"update-app-ng-deps" : " ./bin/update-app-ng-deps"
25
25
},
26
26
"dependencies" : {
27
- "nativescript-intl" : " ~0.0.8" ,
28
- "@angular/core" : " ~2.4.3" ,
29
27
"@angular/common" : " ~2.4.3" ,
30
28
"@angular/compiler" : " ~2.4.3" ,
29
+ "@angular/core" : " ~2.4.3" ,
30
+ "@angular/forms" : " ~2.4.3" ,
31
31
"@angular/http" : " ~2.4.3" ,
32
32
"@angular/platform-browser" : " ~2.4.3" ,
33
- "@angular/forms" : " ~2.4.3" ,
34
33
"@angular/router" : " ~3.4.3" ,
35
- "rxjs" : " ~5.0.1" ,
36
- "reflect-metadata" : " ~0.1.8" ,
34
+ "nativescript-intl" : " ~0.0.8" ,
37
35
"punycode" : " 1.3.2" ,
38
36
"querystring" : " 0.2.0" ,
37
+ "reflect-metadata" : " ~0.1.8" ,
38
+ "rxjs" : " ~5.0.1" ,
39
39
"url" : " 0.10.3"
40
40
},
41
41
"devDependencies" : {
42
42
"@angular/compiler-cli" : " ~2.4.3" ,
43
43
"codelyzer" : " ~2.0.0" ,
44
44
"tns-core-modules" : " internal-preview" ,
45
45
"tslint" : " ~4.4.0" ,
46
- "typescript" : " ~2.2.0 " ,
46
+ "typescript" : " ~2.2.1 " ,
47
47
"zone.js" : " ^0.7.2"
48
48
},
49
49
"nativescript" : {}
Original file line number Diff line number Diff line change 23
23
},
24
24
"homepage" : " https://github.com/NativeScript/template-hello-world" ,
25
25
"dependencies" : {
26
- "tns-core-modules" : " internal-preview" ,
27
26
"@angular/common" : " ~2.4.3" ,
28
27
"@angular/compiler" : " ~2.4.3" ,
29
28
"@angular/core" : " ~2.4.3" ,
33
32
"@angular/platform-browser-dynamic" : " ~2.4.3" ,
34
33
"@angular/router" : " ~3.4.3" ,
35
34
"nativescript-angular" : " file:../nativescript-angular" ,
36
- "rxjs" : " ~5.0.1"
35
+ "rxjs" : " ~5.0.1" ,
36
+ "tns-core-modules" : " internal-preview"
37
37
},
38
38
"devDependencies" : {
39
39
"zone.js" : " ~0.7.2" ,
50
50
"nativescript" : {
51
51
"id" : " org.nativescript.ngsample" ,
52
52
"tns-android" : {
53
- "version" : " 2.4.1 "
53
+ "version" : " 2.5.0 "
54
54
},
55
55
"tns-ios" : {
56
56
"version" : " 2.4.0"
57
57
}
58
58
}
59
- }
59
+ }
Original file line number Diff line number Diff line change 14
14
" es6" ,
15
15
" dom" ,
16
16
" es2015.iterable"
17
- ]
17
+ ],
18
+ "baseUrl" : " ." ,
19
+ "paths" : {
20
+ "*" : [
21
+ " ./node_modules/tns-core-modules/*" ,
22
+ " ./node_modules/*"
23
+ ]
24
+ }
18
25
},
19
26
"exclude" : [
20
27
" node_modules" ,
Original file line number Diff line number Diff line change 26
26
],
27
27
"homepage" : " http://nativescript.org" ,
28
28
"dependencies" : {
29
- "nativescript-unit-test-runner" : " ^0.3.4" ,
30
- "tns-core-modules" : " internal-preview" ,
31
- "nativescript-angular" : " file:../nativescript-angular" ,
32
29
"@angular/common" : " ~2.4.3" ,
33
30
"@angular/compiler" : " ~2.4.3" ,
34
31
"@angular/core" : " ~2.4.3" ,
35
32
"@angular/http" : " ~2.4.3" ,
36
33
"@angular/platform-browser" : " ~2.4.3" ,
37
34
"@angular/platform-browser-dynamic" : " ~2.4.3" ,
38
35
"@angular/router" : " ~3.4.3" ,
39
- "rxjs" : " ~5.0.1"
36
+ "nativescript-angular" : " file:../nativescript-angular" ,
37
+ "nativescript-unit-test-runner" : " ^0.3.4" ,
38
+ "rxjs" : " ~5.0.1" ,
39
+ "tns-core-modules" : " internal-preview"
40
40
},
41
41
"devDependencies" : {
42
42
"babel-traverse" : " 6.8.0" ,
Original file line number Diff line number Diff line change 6
6
"experimentalDecorators" : true ,
7
7
"removeComments" : false ,
8
8
"emitDecoratorMetadata" : true ,
9
- "sourceMap" : false ,
10
9
"noEmitHelpers" : true ,
11
10
"noEmitOnError" : true ,
12
11
"lib" : [
13
12
" es6" ,
14
13
" dom" ,
15
14
" es2015.iterable"
16
- ]
15
+ ],
16
+ "baseUrl" : " ." ,
17
+ "paths" : {
18
+ "*" : [
19
+ " ./node_modules/tns-core-modules/*" ,
20
+ " ./node_modules/*"
21
+ ]
22
+ }
17
23
},
18
24
"exclude" : [
19
25
" node_modules" ,
You can’t perform that action at this time.
0 commit comments