This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
195 lines (195 loc) · 7.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"name": "VSA-App",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"engines": {
"node": "10.18.1",
"npm": "6.13.4"
},
"scripts": {
"postinstall": "npm run vulnerability-count && echo 'install finished... Running create config' && npm run config && echo 'config created!'",
"install-ci": "echo 'running install-ci' && npm ci && echo 'ci install-ci finished'",
"start": "ionic cordova emulate ios -lc --emulator",
"clean": "ionic-app-scripts clean",
"lint": "ionic-app-scripts lint",
"format": "prettier --write ./src/**/*.{html,scss,ts,json}",
"vulnerability-count": "scripts/check-vulns.sh",
"config": "ts-node ./scripts/create-configs.ts",
"security-checks": "git-secrets --scan",
"prepare:ios:remove": "rm -rf platforms/ plugins/ www",
"prepare:ios:add": "ionic cordova platform add ios@5.0.0",
"prepare:ios": "ionic cordova prepare ios",
"emulate:web": "ionic-app-scripts serve --nobrowser",
"emulate:ios": "ionic cordova emulate ios -lc --emulator --target=${IPHONE8_P_ID}",
"build:web": "ionic-app-scripts build",
"build:ios": "ionic cordova build ios -- --buildFlag=\"-UseModernBuildSystem=0\"",
"build:emulator": "ionic cordova build ios -- --buildFlag=\"-UseModernBuildSystem=0\" --emulator",
"build": "npm run build:ios",
"test:unit:watch": "karma start ./test-config/karma.conf.js --watch",
"test:unit:coverage": "karma start ./test-config/karma.conf.js --coverage --single-run",
"sonar-scanner": "npm run test:unit:coverage && sonar-scanner",
"audit-dep": "npm audit"
},
"config": {
"ionic_generate_source_map": "true"
},
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@angular/platform-server": "5.2.11",
"@angular/router": "5.2.11",
"@ionic-enterprise/auth": "^3.3.1",
"@ionic-enterprise/identity-vault": "4.2.7",
"@ionic-native/app-version": "4.20.0",
"@ionic-native/call-number": "4.15.0",
"@ionic-native/camera": "4.15.0",
"@ionic-native/core": "4.20.0",
"@ionic-native/google-analytics": "4.20.0",
"@ionic-native/http": "4.15.0",
"@ionic-native/in-app-browser": "4.15.0",
"@ionic-native/keyboard": "4.20.0",
"@ionic-native/mobile-accessibility": "4.17.0",
"@ionic-native/network": "4.20.0",
"@ionic-native/open-native-settings": "4.16.0",
"@ionic-native/screen-orientation": "4.20.0",
"@ionic-native/secure-storage": "4.20.0",
"@ionic-native/social-sharing": "4.15.0",
"@ionic-native/splash-screen": "4.20.0",
"@ionic-native/status-bar": "4.20.0",
"@ionic-native/wheel-selector": "4.17.0",
"@ionic/storage": "2.2.0",
"@ngrx/effects": "^5.2.0",
"@ngrx/store": "^5.2.0",
"@types/uuidv4": "^2.0.0",
"angular2-signaturepad": "2.8.0",
"audit-filter": "^0.5.0",
"await-to-js": "^2.1.1",
"call-number": "^1.0.1",
"cordova-ios": "^5.1.1",
"cordova-open-native-settings": "^1.5.2",
"cordova-plugin-add-swift-support": "^2.0.2",
"cordova-plugin-advanced-http": "^1.11.1",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-camera": "^4.1.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-device": "^1.1.7",
"cordova-plugin-exit": "^1.0.3",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-google-analytics": "^1.8.6",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "5.0.0",
"cordova-plugin-network-information": "git+https://github.com/apache/cordova-plugin-network-information.git",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-secure-storage": "^3.0.2",
"cordova-plugin-splashscreen": "^4.1.0",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
"cordova-plugin-x-socialsharing": "^5.6.8",
"cordova-sqlite-storage": "5.1.0",
"core-js": "^2.5.7",
"es6-promise-plugin": "^4.2.2",
"fs-extra": "^9.0.1",
"ionic-angular": "3.9.9",
"ionicons": "3.0.0",
"jwt-decode": "^2.2.0",
"mx.ferreyra.callnumber": "0.0.2",
"phonegap-plugin-mobile-accessibility": "^1.0.5",
"rxjs": "^5.5.12",
"sentry-cordova": "^0.17.0",
"sw-toolbox": "3.6.0",
"uuid": "^3.3.2",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular/cli": "^6.2.9",
"@angular/compiler-cli": "^9.0.6",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@ionic-enterprise/cordova": "^9.0.3",
"@ionic/app-scripts": "3.2.4",
"@ionic/cli": "^6.12.2",
"@ngrx/store-devtools": "^5.2.0",
"@types/debug": "^4.1.5",
"@types/jasmine": "^2.5.41",
"@types/node": "14.6.2",
"angular2-template-loader": "^0.6.2",
"cordova-wheel-selector-plugin": "^1.1.1",
"dotenv": "^8.2.0",
"html-loader": "^0.5.1",
"husky": "^3.0.9",
"ionic-mocks": "^1.3.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^2.7.0",
"jasmine-spec-reporter": "^4.1.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-junit-reporter": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"lodash": "^4.17.19",
"native-run": "^0.2.9",
"null-loader": "^0.1.1",
"prettier": "^1.19.1",
"puppeteer": "^9.1.1",
"ts-loader": "^3.0.3",
"ts-node": "^8.10.2",
"typescript": "4.0.5",
"yargs": "^16.1.1"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-x-socialsharing": {
"PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
"PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
},
"cordova-plugin-camera": {},
"mx.ferreyra.callnumber": {},
"cordova-sqlite-storage": {},
"call-number": {},
"cordova-open-native-settings": {},
"phonegap-plugin-mobile-accessibility": {},
"cordova-wheel-selector-plugin": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-secure-storage": {},
"cordova-plugin-app-version": {},
"cordova-plugin-exit": {},
"@ionic-enterprise/auth": {
"AUTH_URL_SCHEME": "uk.gov.dvsa.cvsmobile"
},
"@ionic-enterprise/identity-vault": {},
"sentry-cordova": {
"SENTRY_ANDROID_SDK_VERSION": "1+"
},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-network-information": {},
"cordova-plugin-google-analytics": {}
},
"platforms": [
"ios"
]
},
"husky": {
"hooks": {
"commit-msg": "npm run lint && npm run format && ./node_modules/.bin/commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm run security-checks",
"pre-push": "npm run build && npm run test:unit:coverage"
}
}
}