-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 3.99 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
{
"name": "parkApp",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/common": "5.0.3",
"@angular/compiler": "5.0.3",
"@angular/compiler-cli": "5.0.3",
"@angular/core": "5.0.3",
"@angular/forms": "5.0.3",
"@angular/http": "5.0.3",
"@angular/platform-browser": "5.0.3",
"@angular/platform-browser-dynamic": "5.0.3",
"@ionic-native/android-permissions": "^4.7.0",
"@ionic-native/app-version": "^4.7.0",
"@ionic-native/core": "4.4.0",
"@ionic-native/device": "^4.9.0",
"@ionic-native/diagnostic": "^4.7.0",
"@ionic-native/file": "^4.7.0",
"@ionic-native/file-opener": "^4.7.0",
"@ionic-native/file-transfer": "^4.7.0",
"@ionic-native/geolocation": "^4.12.0",
"@ionic-native/network": "^4.7.0",
"@ionic-native/splash-screen": "4.4.0",
"@ionic-native/status-bar": "4.4.0",
"@ionic/pro": "1.0.17",
"@ionic/storage": "2.1.3",
"@jiguang-ionic/jpush": "^1.0.2",
"angular-web-storage": "^2.0.0",
"com.kit.cordova.amaplocation": "git+https://github.com/yanxiaojun617/com.kit.cordova.amaplocation.git",
"com.lampa.startapp": "git+https://github.com/lampaa/com.lampa.startapp.git",
"config-chain": "^1.1.11",
"cordova-android": "^6.4.0",
"cordova-browser": "~5.0.3",
"cordova-ios": "4.5.5",
"cordova-plugin-alipay-v2": "0.0.4",
"cordova-plugin-android-permissions": "^1.0.0",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-appavailability": "^0.4.2",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-file-opener2": "git+https://github.com/pwlin/cordova-plugin-file-opener2.git",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-jcore": "^1.2.8",
"cordova-plugin-network-information": "^2.0.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-wechat": "^2.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-sqlite-storage": "^2.2.0",
"cordova.plugins.diagnostic": "^4.0.12",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"jpush-phonegap-plugin": "^3.6.4",
"rxjs": "5.5.2",
"sw-toolbox": "3.6.0",
"wechat-chenyu": "^1.0.2",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "^3.2.3",
"typescript": "2.4.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-camera": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-appavailability": {},
"com.lampa.startapp": {},
"cordova-plugin-file": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-jcore": {},
"cordova-plugin-alipay-v2": {
"APP_ID": "2018040302498241"
},
"jpush-phonegap-plugin": {
"APP_KEY": "c02e4ad5468db5643305c9a5",
"CHANNEL": "developer-default"
},
"cordova-plugin-app-version": {},
"com.kit.cordova.amaplocation": {},
"cordova.plugins.diagnostic": {},
"cordova-plugin-android-permissions": {},
"cordova-plugin-network-information": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-wechat": {
"WECHATAPPID": "wx08decd4a4249fe53"
},
"cordova-plugin-file-opener2": {}
},
"platforms": [
"browser",
"android",
"ios"
]
}
}