-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.95 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
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "com.asouza.ppgFinder",
"tns-ios": {
"version": "4.2.0"
},
"tns-android": {
"version": "4.2.0"
}
},
"dependencies": {
"nativescript-appversion": "^1.4.1",
"nativescript-bitmap-factory": "^1.7.1",
"nativescript-directions": "^1.3.0",
"nativescript-dom": "^2.0.2",
"nativescript-email": "^1.5.3",
"nativescript-feedback": "^1.2.0",
"nativescript-geolocation": "^4.3.1",
"nativescript-grid-view": "^4.1.1",
"nativescript-i18n": "^0.2.4",
"nativescript-imagepicker": "^6.0.4",
"nativescript-insomnia": "^1.2.2",
"nativescript-loading-indicator": "^2.4.0",
"nativescript-mapbox": "^4.3.0",
"nativescript-permissions": "^1.2.3",
"nativescript-plugin-firebase": "^7.1.4",
"nativescript-screenshot": "0.0.2",
"nativescript-social-share": "^1.5.1",
"nativescript-sqlite": "^2.2.3",
"nativescript-statusbar": "^3.0.1",
"nativescript-texttospeech": "^2.0.1",
"nativescript-theme-core": "~1.0.2",
"nativescript-ui-chart": "^3.9.0",
"nativescript-ui-listview": "^3.7.1",
"nativescript-ui-sidedrawer": "^4.3.0",
"tns-core-modules": "^4.2.1"
},
"devDependencies": {
"babel-traverse": "6.24.1",
"babel-types": "6.24.1",
"babylon": "6.17.2",
"copy-webpack-plugin": "~4.0.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "~3.0.0",
"lazy": "1.0.11",
"nativescript-custom-entitlements": "^0.2.0",
"nativescript-dev-webpack": "^0.15.1",
"nativescript-worker-loader": "~0.8.1",
"raw-loader": "~0.5.1",
"resolve-url-loader": "~2.1.0",
"uglifyjs-webpack-plugin": "~1.1.6",
"webpack": "~3.8.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-sources": "~1.0.1"
},
"name": "ppgFinder"
}