-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.93 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.93 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
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
{
"name": "ionic-2-natives",
"private": true,
"scripts": {
"build": "ionic-app-scripts build",
"watch": "ionic-app-scripts watch",
"serve:before": "watch",
"emulate:before": "build",
"deploy:before": "build",
"build:before": "build",
"run:before": "build",
"postinstall": "webdriver-manager update"
},
"dependencies": {
"@angular/common": "2.2.1",
"@angular/compiler": "2.2.1",
"@angular/compiler-cli": "2.2.1",
"@angular/core": "2.2.1",
"@angular/forms": "2.2.1",
"@angular/http": "2.2.1",
"@angular/platform-browser": "2.2.1",
"@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1",
"@ionic/cloud-angular": "0.7.0",
"@ionic/storage": "1.1.7",
"ionic-angular": "2.0.0",
"ionic-native": "^2.2.14",
"ionicons": "3.0.0",
"rxjs": "5.0.0-beta.12",
"sw-toolbox": "3.4.0",
"zone.js": "0.6.26"
},
"devDependencies": {
"@ionic/app-scripts": "1.0.0",
"typescript": "2.1.5",
"@types/node": "0.0.2",
"angular-cli": "^1.0.0-beta.22-1",
"codelyzer": "^2.0.0-beta.1",
"ts-node": "^1.7.2"
},
"cordovaPlugins": [
"https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git",
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-network-information",
"phonegap-plugin-barcodescanner",
"cordova-plugin-x-toast",
"cordova-plugin-vibration",
"cordova-plugin-spinner-dialog",
"cordova-plugin-flashlight",
"cordova-plugin-x-socialsharing",
"cordova-plugin-actionsheet",
"cordova-plugin-sim",
"cordova-plugin-brightness",
"call-number",
"cordova-plugin-crop",
"cordova-plugin-camera",
"cordova-plugin-screen-orientation",
"com-sarriaroman-photoviewer",
"de.appplant.cordova.plugin.local-notification",
"cordova-plugin-device-motion",
"cordova-plugin-calendar",
"cordova-plugin-dialogs",
"cordova-plugin-nativestorage",
"cordova-plugin-badge",
"https://github.com/VersoSolutions/CordovaClipboard.git",
"cordova-plugin-contacts",
"cordova-plugin-device",
"cordova-plugin-appavailability",
"cordova-plugin-shake",
"cordova-plugin-datepicker",
"cordova-plugin-tts",
"uk.co.workingedge.phonegap.plugin.launchnavigator",
"https://github.com/d0cz/CordovaYoutubeVideoPlayer",
"cordova-plugin-themeablebrowser",
"https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git",
{
"variables": {
"SENDER_ID": "211377410430"
},
"locator": "phonegap-plugin-push",
"id": "phonegap-plugin-push"
},
"cordova-plugin-apprate",
"cordova-plugin-streaming-media",
"cordova-plugin-email-composer"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
]
}