1
1
{
2
- "nativescript" : {
3
- "id" : " org.nativescript.datetimepicker.demong" ,
4
- "tns-android" : {
5
- "version" : " 5.3.0"
6
- },
7
- "tns-ios" : {
8
- "version" : " 5.3.0"
9
- }
2
+ "nativescript" : {
3
+ "id" : " org.nativescript.datetimepicker.demong" ,
4
+ "tns-android" : {
5
+ "version" : " 5.4.0"
10
6
},
11
- "description" : " NativeScript DateTimePicker Demo NG" ,
12
- "license" : " SEE LICENSE IN LICENSE FILE" ,
13
- "repository" : " https://github.com/NativeScript/nativescript-datetimepicker" ,
14
- "scripts" : {
15
- "ci.tslint" : " npm i && tslint --config '../tslint.json' 'src/**/*.ts'" ,
16
- "build.plugin" : " cd ../src && npm run build" ,
17
- "e2e" : " node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts " ,
18
- "e2e-watch" : " tsc -p e2e --watch"
19
- },
20
- "dependencies" : {
21
- "@angular/animations" : " ~7.2.0" ,
22
- "@angular/common" : " ~7.2.0" ,
23
- "@angular/compiler" : " ~7.2.0" ,
24
- "@angular/core" : " ~7.2.0" ,
25
- "@angular/forms" : " ~7.2.0" ,
26
- "@angular/http" : " ~7.2.0" ,
27
- "@angular/platform-browser" : " ~7.2.0" ,
28
- "@angular/platform-browser-dynamic" : " ~7.2.0" ,
29
- "@angular/router" : " ~7.2.0" ,
30
- "nativescript-angular" : " ~7.2.0" ,
31
- "nativescript-datetimepicker" : " file:../src" ,
32
- "nativescript-theme-core" : " ~1.0.4" ,
33
- "reflect-metadata" : " ~0.1.10" ,
34
- "rxjs" : " ~6.4.0" ,
35
- "tns-core-modules" : " ^5.0.0" ,
36
- "zone.js" : " ~0.8.18"
37
- },
38
- "devDependencies" : {
39
- "@nativescript/schematics" : " ~0.5.0" ,
40
- "nativescript-dev-typescript" : " ~0.9.0" ,
41
- "nativescript-dev-webpack" : " ~0.21.0" ,
42
- "@angular/compiler-cli" : " ~7.2.0" ,
43
- "@ngtools/webpack" : " ~7.2.0" ,
44
- "@types/chai" : " ~4.1.7" ,
45
- "@types/mocha" : " ~5.2.5" ,
46
- "@types/node" : " ~10.12.18" ,
47
- "mocha" : " ~5.2.0" ,
48
- "mocha-junit-reporter" : " ~1.18.0" ,
49
- "mocha-multi" : " ~1.0.1" ,
50
- "mochawesome" : " ~3.1.1" ,
51
- "nativescript-dev-appium" : " ~5.0.0" ,
52
- "tslint" : " ~5.11.0"
53
- },
54
- "readme" : " NativeScript DateTimePicker Demo NG"
55
- }
7
+ "tns-ios" : {
8
+ "version" : " 5.4.0"
9
+ }
10
+ },
11
+ "description" : " NativeScript DateTimePicker Demo NG" ,
12
+ "license" : " SEE LICENSE IN LICENSE FILE" ,
13
+ "repository" : " https://github.com/NativeScript/nativescript-datetimepicker" ,
14
+ "scripts" : {
15
+ "ci.tslint" : " npm i && tslint --config '../tslint.json' 'src/**/*.ts'" ,
16
+ "build.plugin" : " cd ../src && npm run build" ,
17
+ "e2e" : " node ./node_modules/nativescript-dev-appium/check-dev-deps.js && tsc -p e2e && mocha --opts ./e2e/config/mocha.opts " ,
18
+ "e2e-watch" : " tsc -p e2e --watch"
19
+ },
20
+ "dependencies" : {
21
+ "@angular/animations" : " ~8.0.0" ,
22
+ "@angular/common" : " ~8.0.0" ,
23
+ "@angular/compiler" : " ~8.0.0" ,
24
+ "@angular/core" : " ~8.0.0" ,
25
+ "@angular/forms" : " ~8.0.0" ,
26
+ "@angular/http" : " 8.0.0-beta.10" ,
27
+ "@angular/platform-browser" : " ~8.0.0" ,
28
+ "@angular/platform-browser-dynamic" : " ~8.0.0" ,
29
+ "@angular/router" : " ~8.0.0" ,
30
+ "nativescript-angular" : " ~8.0.0" ,
31
+ "nativescript-datetimepicker" : " file:../src" ,
32
+ "nativescript-theme-core" : " ~1.0.4" ,
33
+ "reflect-metadata" : " ~0.1.10" ,
34
+ "rxjs" : " ^6.3.3" ,
35
+ "tns-core-modules" : " ^5.0.0" ,
36
+ "typescript" : " ~3.4.5" ,
37
+ "zone.js" : " ^0.8.4"
38
+ },
39
+ "devDependencies" : {
40
+ "@angular/compiler-cli" : " ~8.0.0" ,
41
+ "@ngtools/webpack" : " ~8.0.0" ,
42
+ "@types/chai" : " ~4.1.7" ,
43
+ "@types/mocha" : " ~5.2.5" ,
44
+ "@types/node" : " ~10.12.18" ,
45
+ "mocha" : " ~5.2.0" ,
46
+ "mocha-junit-reporter" : " ~1.18.0" ,
47
+ "mocha-multi" : " ~1.0.1" ,
48
+ "mochawesome" : " ~3.1.1" ,
49
+ "nativescript-dev-appium" : " ~5.2.0" ,
50
+ "nativescript-dev-typescript" : " ~0.10.0" ,
51
+ "nativescript-dev-webpack" : " ~0.24.0" ,
52
+ "tslint" : " ~5.11.0"
53
+ },
54
+ "readme" : " NativeScript DateTimePicker Demo NG"
55
+ }
0 commit comments