-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
132 lines (132 loc) · 4.52 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
{
"name": "V10Mobile",
"version": "1.0.7",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"scripts": {
"postinstall": "node patch.js",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"android-debug": "ionic cordova run android -l",
"android-deploy": "ionic cordova run android",
"ios-run": "ionic cordova run ios -- --buildFlag=\"-UseModernBuildSystem=0\"",
"ios-run-debug": "ionic cordova run ios -l -- --buildFlag=\"-UseModernBuildSystem=0\"",
"ios-build": "ionic cordova build ios -- --buildFlag=\"-UseModernBuildSystem=0\"",
"ios-build-release": "ionic cordova build ios --prod --release"
},
"private": true,
"dependencies": {
"@angular/common": "9.1.0",
"@angular/core": "9.1.0",
"@angular/forms": "9.1.0",
"@angular/platform-browser": "9.1.0",
"@angular/platform-browser-dynamic": "9.1.0",
"@angular/router": "9.1.0",
"@auth0/cordova": "0.3.0",
"@ionic-native/android-permissions": "5.26.0",
"@ionic-native/base64-to-gallery": "5.26.0",
"@ionic-native/core": "5.26.0",
"@ionic-native/email-composer": "5.26.0",
"@ionic-native/file": "5.26.0",
"@ionic-native/file-opener": "5.26.0",
"@ionic-native/http": "5.26.0",
"@ionic-native/native-storage": "5.26.0",
"@ionic-native/safari-view-controller": "5.26.0",
"@ionic-native/splash-screen": "5.26.0",
"@ionic-native/status-bar": "5.26.0",
"@ionic/angular": "^5.1.1",
"@ngx-translate/core": "10.0.2",
"@ngx-translate/http-loader": "3.0.1",
"ajv": "6.9.1",
"auth0-js": "9.13.2",
"chart.js": "2.9.4",
"cordova-android": "7.1.1",
"cordova-base64-to-gallery": "^4.1.3",
"cordova-ios": "4.5.5",
"cordova-plugin-advanced-http": "^2.4.1",
"cordova-plugin-android-permissions": "^1.0.2",
"cordova-plugin-customurlscheme": "^4.4.0",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-email-composer": "^0.9.2",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-opener2": "^2.2.1",
"cordova-plugin-inappbrowser": "^3.2.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^2.5.3",
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-safariviewcontroller": "^1.6.0",
"cordova-plugin-splashscreen": "^5.0.3",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"core-js": "2.5.4",
"jspdf": "^1.5.3",
"rxjs": "~6.5.4",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/architect": "^0.901.0",
"@angular-devkit/build-angular": "^0.901.0",
"@angular-devkit/core": "^9.1.0",
"@angular-devkit/schematics": "~9.1.0",
"@angular/cli": "9.1.0",
"@angular/compiler": "9.1.0",
"@angular/compiler-cli": "^9.1.0",
"@angular/language-service": "~9.1.0",
"@ionic/angular-toolkit": "^2.2.0",
"@ionic/lab": "^3.1.3",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~10.12.0",
"codelyzer": "~5.2.2",
"jasmine-core": "^3.5.0",
"jasmine-spec-reporter": "^5.0.1",
"karma": "^5.0.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.1",
"karma-jasmine": "~3.1.1",
"karma-jasmine-html-reporter": "^1.5.3",
"protractor": "^5.4.4",
"ts-node": "~8.0.0",
"tslib": "^1.11.1",
"tslint": "~5.12.0",
"typescript": "~3.8.3"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "com.primavera.v10",
"ANDROID_SCHEME": "com.primavera.v10",
"ANDROID_HOST": "identity.primaverabss.com",
"ANDROID_PATHPREFIX": "/cordova/com.primavera.v10/callback"
},
"cordova-plugin-safariviewcontroller": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-nativestorage": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-file": {},
"cordova-plugin-file-opener2": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-email-composer": {},
"cordova-base64-to-gallery": {},
"cordova-plugin-android-permissions": {}
},
"platforms": [
"android",
"ios"
]
}
}