-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 5.28 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
143
144
145
146
147
148
149
150
151
152
{
"name": "SGMW",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint"
},
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "5.2.11",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@ionic-native/android-permissions": "^4.20.0",
"@ionic-native/app-availability": "^4.20.0",
"@ionic-native/app-version": "^4.20.0",
"@ionic-native/badge": "^4.20.0",
"@ionic-native/camera": "^4.20.0",
"@ionic-native/core": "~4.20.0",
"@ionic-native/device": "^4.20.0",
"@ionic-native/document-viewer": "^4.20.0",
"@ionic-native/file": "^4.20.0",
"@ionic-native/file-opener": "^4.20.0",
"@ionic-native/file-transfer": "^4.20.0",
"@ionic-native/http": "^4.20.0",
"@ionic-native/in-app-browser": "^4.20.0",
"@ionic-native/keyboard": "^4.20.0",
"@ionic-native/media-capture": "^4.20.0",
"@ionic-native/mobile-accessibility": "^4.20.0",
"@ionic-native/photo-library": "^4.20.0",
"@ionic-native/screen-orientation": "^4.20.0",
"@ionic-native/splash-screen": "~4.20.0",
"@ionic-native/status-bar": "~4.20.0",
"@ionic/storage": "^2.2.0",
"@jiguang-ionic/jpush": "^1.0.2",
"com.lampa.startapp": "^6.1.6",
"cordova-android": "^8.0.0",
"cordova-browser": "^6.0.0",
"cordova-ios": "^5.1.1",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-advanced-http": "3.1.0",
"cordova-plugin-android-permissions": "^1.1.2",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-appavailability": "^0.4.2",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-customurlscheme": "^4.4.0",
"cordova-plugin-device": "~2.0.2",
"cordova-plugin-document-viewer": "^0.9.13",
"cordova-plugin-file-opener2": "3.0.4",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "1.2.1",
"cordova-plugin-jcore": "1.3.3",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-splashscreen": "5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-wechat": "3.0.0",
"cordova-plugin-whitelist": "~1.3.3",
"cordova-res": "^0.6.0",
"cordova-sqlite-storage": "^4.0.0",
"es6-promise-plugin": "^4.2.2",
"hammerjs": "^2.0.8",
"ionic-angular": "3.9.5",
"ionicons": "3.0.0",
"jpush-phonegap-plugin": "3.7.6",
"jsencrypt": "^3.0.0-rc.1",
"ng2-pdf-viewer": "^5.2.0",
"ng2-tree": "^2.0.0-rc.11",
"phonegap-plugin-mobile-accessibility": "^1.0.5",
"rxjs": "5.5.11",
"sharp": "^0.22.1",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.29"
},
"devDependencies": {
"@ionic/app-scripts": "3.2.2",
"copy-webpack-plugin": "^4.5.1",
"cordova-plugin-badge": "^0.8.8",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-network-information": "git+https://github.com/apache/cordova-plugin-network-information.git",
"cordova-plugin-photo-library": "git+https://gitee.com/zaq5278/cordova-plugin-photo-library.git",
"cordova-plugin-whitelist": "^1.3.3",
"gulp-sass": "^4.1.0",
"js-image-compressor": "^1.3.4",
"typescript": "~2.6.2",
"web-webpack-plugin": "^1.10.3",
"webpack-merge": "^4.1.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-nativestorage": {},
"cordova-plugin-app-version": {},
"cordova-plugin-appavailability": {},
"com.lampa.startapp": {},
"cordova-plugin-screen-orientation": {},
"phonegap-plugin-mobile-accessibility": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-photo-library": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": " "
},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "sgmw",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
},
"cordova-plugin-camera": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-sqlite-storage": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-file-opener2": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-wechat": {
"WECHATAPPID": "wxb5bb0aae5137074c",
"UNIVERSALLINK": "https://elearning.sgmw.com.cn/"
},
"cordova-plugin-splashscreen": {},
"cordova-plugin-document-viewer": {},
"jpush-phonegap-plugin": {
"APP_KEY": "235665a384e33f0f3b98fba3",
"CHANNEL": "developer-default"
},
"cordova-plugin-android-permissions": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-badge": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-file": {}
},
"platforms": [
"browser",
"android",
"ios"
]
}
}