-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.blankng",
"tns-android": {
"version": "6.2.0"
},
"tns-ios": {
"version": "6.2.0"
},
"playground": {
"id": "c2aV3wXjd00crIHfb3sww"
}
},
"dependencies": {
"@angular/animations": "8.2.12",
"@angular/common": "8.2.12",
"@angular/compiler": "8.2.12",
"@angular/core": "8.2.12",
"@angular/forms": "8.2.12",
"@angular/http": "8.0.0-beta.10",
"@angular/platform-browser": "8.2.12",
"@angular/platform-browser-dynamic": "8.2.12",
"@angular/router": "8.2.12",
"@nativescript/angular": "8.20.0",
"@nativescript/core": "6.2.0",
"@nativescript/theme": "2.2.0",
"@progress-nativechat/nativescript-nativechat": "2.0.4",
"kinvey-nativescript-sdk": "4.2.5",
"nativescript-accelerometer": "2.0.1",
"nativescript-angular": "8.20.0",
"nativescript-background-http": "4.2.0",
"nativescript-camera": "4.5.0",
"nativescript-image": "2.2.5",
"nativescript-geolocation": "5.1.0",
"nativescript-imagepicker": "7.1.0",
"nativescript-intl": "3.0.0",
"nativescript-iqkeyboardmanager": "1.5.1",
"nativescript-social-share": "1.5.2",
"nativescript-theme-core": "1.0.6",
"nativescript-ui-autocomplete": "6.0.0",
"nativescript-ui-calendar": "6.0.0",
"nativescript-ui-chart": "7.0.0",
"nativescript-ui-dataform": "6.0.0",
"nativescript-ui-gauge": "6.0.0",
"nativescript-ui-listview": "8.0.0",
"nativescript-ui-sidedrawer": "8.0.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.3",
"rxjs-compat": "6.5.3",
"tns-core-modules": "6.2.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular/compiler-cli": "8.2.12",
"@ngtools/webpack": "8.3.15",
"nativescript-dev-webpack": "1.3.0",
"tns-platform-declarations": "6.2.0",
"typescript": "3.5.3"
}
}