-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
181 lines (181 loc) · 7.9 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
{
"name": "des-mobile-app",
"version": "0.0.1",
"author": "DVSA",
"description": "DVSA - Driving Examiner Services",
"homepage": "https://github.com/dvsa/des-mobile-app",
"private": true,
"engines": {
"node": ">=20.0.0 <21.0.0",
"npm": ">=10.0.0 <11.0.0"
},
"scripts": {
"prepare": "husky install",
"vulnerability-check": "snyk test",
"test": "run-s update-mock-data copy-mock-data config:dev && ng test --no-watch",
"test:reload": "run-s update-mock-data copy-mock-data config:dev && ng test --watch",
"remote-devtools-server": "./bin/remote-devtools-server.sh",
"serve:local": "run-s update-mock-data copy-mock-data schema-version config:local && ionic serve --configuration local",
"serve:emulator": "npm run schema-version && ionic cap run ios --configuration development",
"serve:uat": "npm run schema-version && ionic cap run ios --configuration uat",
"serve:devtools": "npm run schema-version && ionic cap run ios -l --external --configuration dev-tools",
"serve:lr:devtools": "npm run schema-version && npm run config:livereload && ionic cap run ios -l --external --configuration livereload",
"serve:livereload": "npm run schema-version && ionic cap run ios -l --external -configuration development",
"open:ios": "rm -rf ios && npm run config:dev && ionic build && ionic cap add ios & ionic cap copy ios && npm run copy-resources && ionic cap open ios",
"build": "npm run copy-resources && ionic build",
"build:ci": "npm run schema-version && npm run config:dev && npm run build:prod",
"build:dev": "npm run schema-version && npm run config:dev && npm run build:prod",
"build:prod": "ionic cap build ios --no-open --prod",
"build:test": "npm run schema-version && npm run config:test && buildScripts/build-for-e2e.sh",
"lint": "biome check src",
"lint:fix": "npm run lint -- --fix",
"gitSecrets": "git secrets --scan && git log -p -n 200 | scanrepo",
"e2e-build": "xcodebuild -workspace ios/App/App.xcworkspace -scheme App SYMROOT=$(PWD)/build",
"config:dev-tools": "cp src/environments/environment.dev.dev-tools.ts src/environments/environment.ts",
"config:dev": "cp src/environments/environment.dev.ts src/environments/environment.ts",
"config:test": "cp src/environments/environment.testing.ts src/environments/environment.ts",
"config:local": "cp src/environments/environment.local.ts src/environments/environment.ts",
"config:livereload": "cp src/environments/environment.livereload.ts src/environments/environment.ts",
"config:uat": "cp src/environments/environment.uat.ts src/environments/environment.ts",
"schema-version": "buildScripts/generate-test-schema-version.js",
"copy-resources": "rm -r ios/App/App/Assets.xcassets/AppIcon.appiconset* && cp -r resources/ios/icon/ ios/App/App/Assets.xcassets/AppIcon.appiconset && rm -r ios/App/App/Assets.xcassets/Splash.imageset/* && cp -r resources/ios/splash/ ios/App/App/Assets.xcassets/Splash.imageset",
"copy-mock-data": "cp -r mock/ src/assets/mock/",
"update-mock-data": "npm run update-mock-data:journal && npm run update-mock-data:nta && npm run update-mock-data:tc-journal",
"update-mock-data:journal": "ts-node -P tsconfig.scripts.json mock/generate-local-journal.ts",
"update-mock-data:nta": "ts-node -P tsconfig.scripts.json mock/generate-local-journal-non-test-activities.ts",
"update-mock-data:tc-journal": "ts-node -P tsconfig.scripts.json mock/generate-local-test-centre-journal.ts",
"sonar": "buildScripts/sonar-properties-update.sh && npm run test && sonar-scanner",
"sentry-deploy": "buildScripts/sentry-deploy.sh"
},
"dependencies": {
"@almothafar/angular-signature-pad": "^5.0.1",
"@angular/cdk": "^17.3.9",
"@angular/common": "^18.2.13",
"@angular/core": "^18.2.13",
"@angular/forms": "^18.2.13",
"@angular/localize": "^18.2.13",
"@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^18.2.13",
"@awesome-cordova-plugins/core": "^6.12.0",
"@awesome-cordova-plugins/is-debug": "^6.12.0",
"@awesome-cordova-plugins/network": "^6.12.0",
"@awesome-cordova-plugins/secure-storage": "^6.12.0",
"@capacitor-community/keep-awake": "^5.0.1",
"@capacitor/app": "^6.0.2",
"@capacitor/app-launcher": "^6.0.3",
"@capacitor/core": "^6.2.0",
"@capacitor/device": "^6.0.2",
"@capacitor/ios": "^6.2.0",
"@capacitor/splash-screen": "^6.0.3",
"@capacitor/status-bar": "^6.0.2",
"@capacitor/text-zoom": "^6.0.3",
"@capawesome/capacitor-managed-configurations": "^6.0.0",
"@capawesome/capacitor-screen-orientation": "^6.0.1",
"@dvsa/capacitor-plugin-asam": "^1.0.1",
"@dvsa/mes-config-schema": "1.9.1",
"@dvsa/mes-driver-schema": "^0.0.2",
"@dvsa/mes-journal-schema": "1.3.1",
"@dvsa/mes-microservice-common": "^1.1.9",
"@dvsa/mes-mot-schema": "1.0.2",
"@dvsa/mes-search-schema": "1.3.0",
"@dvsa/mes-test-schema": "3.43.1",
"@ionic-enterprise/auth": "3.9.5",
"@ionic/angular": "^8.4.0",
"@ionic/core": "^8.4.0",
"@ionic/storage-angular": "^4.0.0",
"@ng-bootstrap/ng-bootstrap": "^17.0.1",
"@ngrx/effects": "^18.1.1",
"@ngrx/operators": "^18.0.0",
"@ngrx/store": "^18.1.1",
"@ngrx/store-devtools": "^18.1.1",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@popperjs/core": "^2.11.8",
"@sentry/angular": "8.33.0",
"@sentry/capacitor": "1.0.1",
"apexcharts": "3.49.1",
"assert": "^2.1.0",
"bootstrap": "^5.3.2",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"capacitor-native-biometric": "^4.2.2",
"compare-versions": "^6.1.0",
"cordova-ios": "7.1.0",
"cordova-plugin-google-analytics": "^1.9.3",
"cordova-plugin-ios-disableshaketoedit": "^1.0.0",
"cordova-plugin-is-debug": "^1.0.0",
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-secure-storage-echo": "^5.1.1",
"crypto-browserify": "^3.12.0",
"deep-diff": "^1.0.2",
"emoji-regex": "^10.3.0",
"fuzzy-search": "^3.2.1",
"hammerjs": "^2.0.8",
"jsonschema": "^1.4.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"ng-apexcharts": "1.11.0",
"ngrx-store-localstorage": "^18.0.0",
"rxjs": "~7.8.1",
"rxjs-compat": "^6.6.7",
"serialize-error": "^11.0.3",
"stream-browserify": "^3.0.0",
"tslib": "^2.6.2",
"url": "^0.11.3",
"util": "^0.12.5",
"uuid": "^9.0.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/compiler": "^18.2.13",
"@angular/compiler-cli": "^18.2.13",
"@angular/language-service": "^18.2.13",
"@biomejs/biome": "1.8.3",
"@capacitor/cli": "^6.0.0",
"@dvsa/biome-config": "^0.1.0",
"@ionic/angular-toolkit": "^11.0.0",
"@ionic/cli": "^7.2.0",
"@sentry/cli": "^2.37.0",
"@types/deep-diff": "^1.0.5",
"@types/hammerjs": "^2.0.45",
"@types/jasmine": "~5.1.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.10.x",
"husky": "^8.0.3",
"jasmine-core": "~5.4.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-parallel": "^0.3.1",
"karma-spec-reporter": "0.0.36",
"lint-staged": "^15.2.10",
"ng-mocks": "^14.13.1",
"npm-run-all": "^2.1.0",
"postcss": "^8.4.31",
"puppeteer": "^23.8.0",
"remotedev": "^0.2.7",
"snyk": "^1.1253.0",
"sonar-scanner": "^3.1.0",
"ts-node": "~10.9.1",
"typescript": "~5.4.5",
"xml2js": "^0.6.2"
},
"lint-staged": {
"*.{js,ts,mjs,css,md,ts,json}": "npm run lint:fix -- --no-errors-on-unmatched"
},
"cordova": {
"plugins": {
"cordova-plugin-google-analytics": {}
},
"platforms": [
"ios"
]
}
}