-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.44 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
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "org.nativescript.blankts",
"tns-ios": {
"version": "5.1.0"
},
"tns-android": {
"version": "5.1.0"
}
},
"dependencies": {
"@progress-nativechat/nativescript-nativechat": "2.0.3",
"kinvey-nativescript-sdk": "3.12.3",
"nativescript-accelerometer": "2.0.1",
"nativescript-background-http": "3.3.1",
"nativescript-camera": "4.1.1",
"nativescript-fresco": "5.1.0",
"nativescript-geolocation": "4.3.1",
"nativescript-imagepicker": "6.0.5",
"nativescript-intl": "3.0.0",
"nativescript-iqkeyboardmanager": "1.3.0",
"nativescript-social-share": "1.5.1",
"nativescript-theme-core": "1.0.4",
"nativescript-ui-autocomplete": "3.10.3",
"nativescript-ui-calendar": "3.10.0",
"nativescript-ui-chart": "3.11.1",
"nativescript-ui-dataform": "3.9.1",
"nativescript-ui-gauge": "3.7.1",
"nativescript-ui-listview": "5.0.1",
"nativescript-ui-sidedrawer": "5.0.1",
"reflect-metadata": "0.1.12",
"rxjs": "6.3.3",
"tns-core-modules": "^5.2.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"nativescript-dev-typescript": "0.7.8",
"nativescript-dev-webpack": "0.18.2",
"tns-platform-declarations": "5.1.0",
"typescript": "3.1.6"
}
}