-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
142 lines (142 loc) · 5.43 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "ionic-app-base",
"author": "Ionic Framework",
"homepage": "http://ionicframework.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",
"test": "karma start ./test-config/karma.conf.js --coverage"
},
"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/barcode-scanner": "^3.4.4",
"@ionic-native/camera": "^3.5.0",
"@ionic-native/code-push": "^4.3.0",
"@ionic-native/core": "3.10.2",
"@ionic-native/geolocation": "^4.0.0",
"@ionic-native/in-app-browser": "^3.12.1",
"@ionic-native/keyboard": "^3.12.1",
"@ionic-native/media": "^4.1.0",
"@ionic-native/network": "^3.12.1",
"@ionic-native/photo-viewer": "^3.11.0",
"@ionic-native/splash-screen": "3.10.2",
"@ionic-native/sqlite": "^3.12.1",
"@ionic-native/status-bar": "3.10.2",
"@ionic/storage": "2.0.1",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^2.0.3",
"@ngrx/store": "^2.2.2",
"@ngx-translate/core": "^7.1.0",
"@ngx-translate/http-loader": "^0.1.0",
"angular2-jwt": "^0.2.0",
"chinese-conv": "^1.0.1",
"com-sarriaroman-photoviewer": "~1.1.10",
"com.synconset.imagepicker": "https://github.com/Telerik-Verified-Plugins/ImagePicker.git",
"cordova-android": "~6.2.3",
"cordova-ios": "~4.4.0",
"cordova-plugin-android-permissions": "^1.0.0",
"cordova-plugin-audio-recorder-api": "git+https://github.com/emj365/cordova-plugin-audio-recorder-api.git",
"cordova-plugin-background-mode": "~0.7.2",
"cordova-plugin-camera": "~2.4.0",
"cordova-plugin-compat": "~1.1.0",
"cordova-plugin-console": "1.0.5",
"cordova-plugin-device": "1.1.4",
"cordova-plugin-geolocation": "~2.4.3",
"cordova-plugin-inappbrowser": "~1.7.1",
"cordova-plugin-jcore": "^1.1.6",
"cordova-plugin-media": "^3.0.1",
"cordova-plugin-network-information": "~1.3.3",
"cordova-plugin-screen-orientation": "~2.0.1",
"cordova-plugin-splashscreen": "~4.0.1",
"cordova-plugin-statusbar": "2.2.1",
"cordova-plugin-whitelist": "1.3.1",
"cordova-sqlite-storage": "~2.0.4",
"crypto-js": "^3.1.9-1",
"echarts": "^3.5.3",
"ion-multi-picker": "^2.1.1",
"ionic-angular": "3.4.2",
"ionic-img-viewer": "^2.4.0",
"ionic-native": "^2.9.0",
"ionic-plugin-keyboard": "~2.2.1",
"ionicons": "3.0.0",
"jmessage-phonegap-plugin": "^3.0.7",
"moment": "^2.18.1",
"phonegap-plugin-barcodescanner": "~6.0.6",
"rxjs": "5.4.0",
"sw-toolbox": "3.6.0",
"zone.js": "^0.8.12",
"cordova-plugin-code-push": "~1.9.4-beta"
},
"devDependencies": {
"@ionic/app-scripts": "1.3.0",
"@ionic/cli-build-ionic-angular": "0.0.2",
"@ionic/cli-plugin-cordova": "0.0.12",
"@types/jasmine": "^2.5.36",
"@types/node": "^7.0.12",
"angular2-template-loader": "^0.6.2",
"codelyzer": "^2.0.0-beta.4",
"html-loader": "^0.4.5",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine": "^2.5.3",
"jasmine-spec-reporter": "^4.0.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage-istanbul-reporter": "^1.2.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"null-loader": "^0.1.1",
"protractor": "^5.1.1",
"ts-loader": "^2.0.3",
"ts-node": "^3.0.2",
"tslint": "^4.0.0",
"typescript": "~2.2.1"
},
"cordovaPlugins": [],
"cordovaPlatforms": [],
"description": "e-mobile: An Ionic project",
"cordova": {
"plugins": {
"com.synconset.imagepicker": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": " "
},
"cordova-plugin-audio-recorder-api": {},
"cordova-plugin-background-mode": {},
"cordova-plugin-camera": {},
"cordova-plugin-compat": {},
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-media": {},
"cordova-plugin-network-information": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-sqlite-storage": {},
"ionic-plugin-keyboard": {},
"phonegap-plugin-barcodescanner": {},
"jmessage-phonegap-plugin": {
"APP_KEY": "c5b6f10164cf612885a251bf"
},
"cordova-plugin-code-push": {},
"cordova-plugin-android-permissions": {}
},
"platforms": [
"android",
"ios"
]
}
}