-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
{
"name": "5-state-tracker",
"version": "2.0.0",
"description": "An application used to track the users five states.",
"author": "",
"license": "MIT",
"nativescript": {
"id": {
"ios": "com.seachange.tracker",
"android": "com.seachange.tracker"
},
"templateVersion": "v2",
"tns-android": {
"version": "6.0.2"
},
"tns-ios": {
"version": "6.0.1"
}
},
"dependencies": {
"nativescript-fonticon": "^2.0.0",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-local-notifications": "^4.0.1",
"nativescript-pager": "^11.0.10",
"nativescript-theme-core": "^2.0.24",
"nativescript-ui-gauge": "^5.0.0",
"nativescript-vibrate": "^2.1.3",
"nativescript-vue": "^2.4.0",
"nativescript-vue-shadow": "^0.1.0",
"nativescript-windowed-modal": "^6.0.0",
"nativescript-youtubeplayer": "^3.0.1",
"tns-core-modules": "^6.0.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"nativescript-dev-webpack": "^1.0.0",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"tns-ios": "6.5.2",
"vue-loader": "^15.4.0"
}
}