-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
131 lines (131 loc) · 4.53 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
{
"name": "switchboard-iam",
"version": "1.3.0",
"description": "Decentralized Identity and Access Management Switchboard",
"author": "EWF",
"license": "GPL-3.0-or-later",
"private": true,
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
],
"engines": {
"node": ">= 15.0.0",
"npm": ">= 7.0.0"
},
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8048 node_modules/@angular/cli/bin/ng serve",
"ng-build": "node --max_old_space_size=8048 node_modules/@angular/cli/bin/ng build",
"build-staging": "npm run ng-build -- -c=staging",
"build-gp4btc-staging": "npm run ng-build -- -c=gp4btc-staging",
"build-gp4btc-prod": "npm run ng-build -- -c=gp4btc-production",
"build-prod": "npm run ng-build -- -c=production",
"build-stedin": "npm run ng-build -- -c=stedin",
"build": "npm run ng-build -- -c=develop",
"postinstall": "patch-package",
"test": "ng test --code-coverage",
"test:headless:cc": "ng test --karma-config=karma-headless.conf.js --code-coverage",
"test:headless": "node --max_old_space_size=8048 node_modules/@angular/cli/bin/ng test --karma-config=karma-headless.conf.js",
"lint": "ng lint",
"analyze": "ng build -- --statsJson=true && webpack-bundle-analyzer dist/stats.json",
"extract-i18n": "ng extract-i18n --output-path src/locale --format=json",
"prettier": "npx prettier --check .",
"postintall": "husky install"
},
"dependencies": {
"@angular/animations": "15.2.8",
"@angular/cdk": "15.2.8",
"@angular/common": "15.2.8",
"@angular/compiler": "15.2.8",
"@angular/core": "15.2.8",
"@angular/forms": "15.2.8",
"@angular/material": "15.2.8",
"@angular/platform-browser": "15.2.8",
"@angular/platform-browser-dynamic": "15.2.8",
"@angular/router": "15.2.8",
"@angular/service-worker": "15.2.8",
"@ew-did-registry/credentials-interface": "0.8.1-alpha.1037.0",
"@ew-did-registry/did-resolver-interface": "0.8.1-alpha.1037.0",
"@fortawesome/fontawesome-free": "5.15.4",
"@metamask/detect-provider": "^1.2.0",
"@ngrx/effects": "15.4.0",
"@ngrx/store": "15.4.0",
"@ngrx/store-devtools": "15.4.0",
"@sentry/angular": "^7.49.0",
"@sentry/tracing": "^7.49.0",
"@sphereon/pex": "^1.1.0",
"@zxing/browser": "0.1.3",
"@zxing/library": "0.20.0",
"@zxing/ngx-scanner": "3.9.0",
"ajv": "^8.12.0",
"angular-user-idle": "^4.0.0",
"bootstrap": "4.6.2",
"core-js": "3.30.1",
"eslint": "^8.42.0",
"hammerjs": "^2.0.8",
"iam-client-lib": "^8.0.0-alpha.8",
"jsoneditor": "^9.10.0",
"ng-qrcode": "^8.0.1",
"ngx-spinner": "^15.0.1",
"ngx-toastr": "^16.1.1",
"rxjs": "^7.8.0",
"simple-line-icons": "2.5.5",
"sweetalert": "2.1.2",
"ts-md5": "^1.2.7",
"tslib": "^2.0.0",
"uuid": "^8.3.2",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "15.0.0",
"@angular-devkit/build-angular": "15.2.6",
"@angular-devkit/core": "15.2.6",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "15.2.6",
"@angular/compiler-cli": "15.2.8",
"@angular/language-service": "15.2.8",
"@angular/localize": "15.2.8",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@energyweb/eslint-config": "^0.0.0",
"@energyweb/prettier-config": "^0.0.0",
"@sentry/webpack-plugin": "^1.20.0",
"@types/jasmine": "~4.3.0",
"@types/jasminewd2": "2.0.3",
"@types/node": "^12.20.42",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"dotenv-webpack": "^8.0.1",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-read-json": "1.1.0",
"karma-typescript": "5.5.3",
"node-polyfill-webpack-plugin": "^1.1.4",
"patch-package": "^6.5.1",
"prettier": "^2.8.8",
"ts-node": "7.0.0",
"typescript": "~4.9.4",
"webpack-bundle-analyzer": "4.8.0"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}