-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
126 lines (126 loc) · 4.68 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "pymp",
"author": "Gregory Pacheco",
"homepage": "https://usereco.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/compiler-cli": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@angular/http": "^4.1.3",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@ionic-native/call-number": "^3.14.0",
"@ionic-native/camera": "^3.6.1",
"@ionic-native/core": "^3.6.1",
"@ionic-native/file": "^3.14.0",
"@ionic-native/file-transfer": "^4.3.3",
"@ionic-native/geolocation": "^3.12.1",
"@ionic-native/google-maps": "^3.6.1",
"@ionic-native/http": "^3.4.4",
"@ionic-native/keyboard": "^3.14.0",
"@ionic-native/splash-screen": "3.4.2",
"@ionic-native/sqlite": "^4.5.2",
"@ionic-native/status-bar": "3.4.2",
"@ionic-native/toast": "^3.6.1",
"@ionic/storage": "^2.0.1",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^2.0.1",
"@types/lodash": "^4.14.67",
"ajv": "^5.2.0",
"angular2-text-mask": "^8.0.1",
"call-number": "^1.0.1",
"cordova-android": "7.0.0",
"cordova-ios": "^4.5.5",
"cordova-plugin-camera": "^2.4.1",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^1.1.6",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-file-opener2": "git+https://github.com/JuanjoPP/cordova-plugin-file-opener2.git",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-geolocation": "^2.4.3",
"cordova-plugin-googlemaps": "^1.4.0",
"cordova-plugin-googlemaps-sdk": "git+https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk.git",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "^2.2.3",
"cordova-plugin-whitelist": "^1.3.2",
"cordova-plugin-x-toast": "^2.6.0",
"cordova-sqlite-storage": "^2.0.4",
"font-awesome": "^4.7.0",
"ionic-angular": "^3.0.1",
"ionic-img-viewer": "^2.7.3",
"ionic-native": "^2.9.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"jquery": "^3.3.1",
"localforage": "1.4.0",
"mx.ferreyra.callnumber": "0.0.2",
"ng2-pdf-viewer": "^3.0.8",
"rxjs": "^5.4.1",
"sw-toolbox": "3.4.0",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@ionic/app-scripts": "^1.3.0",
"typescript": "^2.2.2"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-console",
"cordova-plugin-statusbar",
"cordova-plugin-device",
"cordova-plugin-splashscreen",
"ionic-plugin-keyboard"
],
"config": {
"ionic_bundler": "webpack",
"ionic_source_map": "source-map",
"ionic_copy": "./config/copy.config.js",
"ionic_sass": "./config/sass.config.js"
},
"cordovaPlatforms": [],
"description": "pimp: Lixo não existe",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"ionic-plugin-keyboard": {},
"cordova-plugin-camera": {
"CAMERA_USAGE_DESCRIPTION": " ",
"PHOTOLIBRARY_USAGE_DESCRIPTION": " "
},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": " "
},
"cordova-plugin-x-toast": {},
"cordova-sqlite-storage": {},
"cordova-plugin-googlemaps": {
"API_KEY_FOR_ANDROID": "AIzaSyDS7AxBMmoeRanMxs4-VJJ87I9hMKp-d1E",
"API_KEY_FOR_IOS": "AIzaSyCMKcHCSyv6WT4tK0eKs7aTSWNI07dsfdM",
"NSLOCATIONWHENINUSEUSAGEDESCRIPTION": "Show your location on the map",
"NSLOCATIONALWAYSUSAGEDESCRIPTION": "Trace your location on the map"
},
"mx.ferreyra.callnumber": {},
"cordova-plugin-compat": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"call-number": {},
"cordova-plugin-ionic-keyboard": {}
},
"platforms": [
"ios",
"android"
]
}
}