-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.27 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
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "com.stanfordhci.habitlab",
"tns-android": {
"version": "4.2.0"
}
},
"dependencies": {
"moment": "^2.22.2",
"nativescript-coachmarks": "^1.0.2",
"nativescript-dom": "^2.0.1",
"nativescript-effects": "^0.5.0",
"nativescript-fancyalert": "^1.1.2",
"nativescript-loading-indicator": "^2.3.2",
"nativescript-loading-indicator-new": "^2.1.0",
"nativescript-localstorage": "^1.1.5",
"nativescript-permissions": "^1.2.3",
"nativescript-ripple": "^2.0.0",
"nativescript-slides": "^2.2.11",
"nativescript-telerik-ui": "^3.0.1",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "^1.4.5",
"nativescript-tooltip": "^2.1.0",
"nativescript-version-number": "^1.1.0",
"nativescript-videoplayer": "^4.1.0",
"tns-core-modules": "^4.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "6.4.5",
"lazy": "1.0.11",
"nativescript-dev-android-snapshot": "^0.*.*",
"nativescript-dev-webpack": "^0.15.1"
}
}