forked from stateofca/opencred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.89 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
{
"name": "opencred-platform",
"version": "8.2.0",
"type": "module",
"license": "BSD-3-Clause",
"engines": {
"node": ">=20"
},
"main": "./lib/index.js",
"browser": {
".": "./web/index.js"
},
"scripts": {
"generate:prime256v1": "node ./common/generatePrime256v1Key.js",
"generate:rsa256": "node ./common/generateRSA256Key.js",
"tunnel": "lt -p 22080",
"audit-vp": "node ./test/utils/auditVpToken.js",
"lint": "eslint --ext .cjs,.js,.vue .",
"preview": "vite preview",
"start": "node --preserve-symlinks dev.js",
"test": "npm run lint && npm run test-node",
"test-node": "cross-env NODE_ENV=test node --trace-warnings --preserve-symlinks test.js test",
"test:load": "artillery run ./test/load/artillery.yaml",
"test:load:qa": "env-cmd artillery run -e qa ./test/load/artillery.yaml",
"validateConfig": "npx ajv-cli validate -d configs/combined.yaml -s configs/combined.schema.json -c ajv-formats --spec=draft7"
},
"dependencies": {
"@azure/msal-node": "^2.11.0",
"@bedrock/config-yaml": "^4.2.0",
"@bedrock/core": "^6.1.2",
"@bedrock/express": "^8.3.0",
"@bedrock/express-browser-fixes": "^3.1.0",
"@bedrock/health": "^4.1.0",
"@bedrock/mongodb": "^10.2.0",
"@bedrock/oauth2-client": "^7.1.0",
"@bedrock/quasar": "^10.0.0",
"@bedrock/server": "^5.1.0",
"@bedrock/views": "^11.1.0",
"@bedrock/vue": "^5.1.0",
"@bedrock/web": "^3.1.0",
"@bedrock/webpack": "^9.1.0",
"@digitalbazaar/data-integrity": "^1.5.0",
"@digitalbazaar/data-integrity-context": "^1.0.0",
"@digitalbazaar/did-io": "^2.0.0",
"@digitalbazaar/did-method-jwk": "^1.0.1",
"@digitalbazaar/did-method-key": "^5.2.0",
"@digitalbazaar/did-method-web": "^1.0.0",
"@digitalbazaar/ecdsa-2019-cryptosuite": "^1.0.0",
"@digitalbazaar/ed25519-signature-2018": "^4.0.0",
"@digitalbazaar/ed25519-signature-2020": "^5.2.0",
"@digitalbazaar/ed25519-verification-key-2020": "^4.1.0",
"@digitalbazaar/eddsa-2022-cryptosuite": "^1.0.0",
"@digitalbazaar/ezcap": "^4.1.0",
"@digitalbazaar/http-client": "^4.1.1",
"@digitalbazaar/minimal-jwt": "^2.1.0",
"@digitalbazaar/oid4-client": "^3.3.0",
"@digitalbazaar/vc": "^6.2.0",
"@digitalbazaar/vc-status-list-context": "^3.1.1",
"@digitalbazaar/vdl-aamva-context": "^1.0.0",
"@digitalbazaar/vdl-context": "^1.0.0",
"@peculiar/x509": "^1.9.7",
"@quasar/extras": "^1.16.11",
"autoprefixer": "^10.4.17",
"base64url": "^3.0.1",
"bnid": "^3.0.0",
"cors": "^2.8.5",
"credential-handler-polyfill": "^4.0.0",
"credentials-context": "^2.0.0",
"did-context": "^3.1.1",
"did-jwt-vc": "^3.2.15",
"dotenv": "^16.4.5",
"ed25519-signature-2020-context": "^1.1.0",
"jose": "^5.2.2",
"json-canonicalize": "^1.0.6",
"jsonld-document-loader": "^2.0.0",
"jsonpath": "^1.1.1",
"ocsp": "^1.2.0",
"pkijs": "^3.0.15",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.4.0",
"qrcode": "^1.5.3",
"quasar": "^2.14.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"tailwind-clip-path": "^1.0.0",
"tailwindcss": "^3.4.1",
"unhead": "^1.9.7",
"vue": "^3.3.4",
"vue-cookies": "^1.8.4",
"vue-i18n": "^9.9.0",
"vue-json-pretty": "^2.3.0",
"vue-material-design-icons": "^5.3.0",
"vue-router": "^4.3.0",
"x25519-key-agreement-2020-context": "^1.0.0"
},
"devDependencies": {
"@bedrock/test": "^8.2.0",
"@peculiar/webcrypto": "^1.4.5",
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1",
"asn1js": "^3.0.5",
"cross-env": "^7.0.3",
"env-cmd": "^10.1.0",
"eslint": "^8.57.0",
"eslint-config-digitalbazaar": "^5.0.1",
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-vue": "^9.23.0",
"expect.js": "^0.3.1",
"klona": "^2.0.6",
"sinon": "^17.0.1"
}
}