-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.35 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
{
"nativescript": {
"id": "org.nativescript.plum",
"tns-ios": {
"version": "6.0.1"
},
"tns-android": {
"version": "6.0.0"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"scripts": {
"lint": "tslint \"app/**/*.ts\""
},
"dependencies": {
"@nstudio/nativescript-cardview": "^1.0.0",
"@nstudio/nativescript-checkbox": "^1.0.0",
"nativescript-ar": "^0.8.1",
"nativescript-audio": "^5.0.4",
"nativescript-carousel": "^6.1.0",
"nativescript-drop-down": "^5.0.3",
"nativescript-flashlight": "^2.0.1",
"nativescript-geolocation": "^5.1.0",
"nativescript-imagepicker": "^7.0.0",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-mapbox": "^4.4.1",
"nativescript-taptic-engine": "^2.1.0",
"nativescript-theme-core": "~1.0.6",
"nativescript-ui-calendar": "5.0.0",
"nativescript-ui-chart": "6.0.0",
"nativescript-ui-listview": "7.0.2",
"nativescript-ui-sidedrawer": "7.0.0",
"nativescript-videoplayer": "^4.2.1",
"rxjs": "~6.5.2",
"tns-core-modules": "6.0.6"
},
"devDependencies": {
"nativescript-dev-webpack": "1.0.3",
"tslint": "~5.18.0",
"node-sass": "4.12.0",
"typescript": "3.5.3"
},
"readme": "NativeScript Application"
}