-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.16 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
{
"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": "5.4.0"
},
"tns-ios": {
"version": "5.4.0"
},
"playground": {
"id": "352250836.1553423972"
}
},
"dependencies": {
"@angular/animations": "7.2.15",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/core": "7.2.15",
"@angular/forms": "7.2.15",
"@angular/http": "7.2.15",
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"@angular/router": "7.2.15",
"@progress-nativechat/nativescript-nativechat": "2.0.4",
"kinvey-nativescript-sdk": "3.12.6",
"nativescript-accelerometer": "2.0.1",
"nativescript-angular": "7.2.4",
"nativescript-background-http": "3.4.0",
"nativescript-camera": "4.4.1",
"nativescript-image": "2.1.3",
"nativescript-geolocation": "5.1.0",
"nativescript-imagepicker": "6.2.0",
"nativescript-intl": "3.0.0",
"nativescript-iqkeyboardmanager": "1.4.0",
"nativescript-social-share": "1.5.2",
"nativescript-theme-core": "1.0.6",
"nativescript-ui-autocomplete": "4.0.0",
"nativescript-ui-calendar": "4.0.0",
"nativescript-ui-chart": "4.0.2",
"nativescript-ui-dataform": "4.0.0",
"nativescript-ui-gauge": "4.0.0",
"nativescript-ui-listview": "6.3.0",
"nativescript-ui-sidedrawer": "6.0.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.2",
"rxjs-compat": "6.5.2",
"tns-core-modules": "5.4.0",
"zone.js": "0.9.1"
},
"devDependencies": {
"@angular/compiler-cli": "7.2.15",
"@ngtools/webpack": "7.3.6",
"nativescript-dev-typescript": "0.9.0",
"nativescript-dev-webpack": "0.22.0",
"tns-platform-declarations": "5.4.0",
"typescript": "3.2.2"
}
}