-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.96 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
{
"name": "did-actor-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --passWithNoTests"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.7.0",
"@digitalbazaar/ed25519-signature-2018": "^2.1.0",
"@digitalbazaar/ed25519-verification-key-2018": "^3.1.2",
"@digitalbazaar/vc": "^2.1.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.0",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/material": "^5.6.0",
"@mui/styles": "^5.6.0",
"@serverless-jwt/next": "^0.2.1",
"@transmute/credentials-context": "^0.7.0-unstable.72",
"@transmute/did-key-ed25519": "^0.3.0-unstable.8",
"@transmute/did-key.js": "^0.3.0-unstable.8",
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.72",
"@transmute/jose-ld": "^0.7.0-unstable.72",
"@transmute/json-web-signature": "^0.7.0-unstable.72",
"@transmute/vc-status-rl-2020": "^0.7.0-unstable.72",
"@transmute/vc.js": "^0.7.0-unstable.72",
"@transmute/x25519-key-pair": "^0.7.0-unstable.72",
"ace-builds": "^1.4.14",
"axios": "^0.23.0",
"base64url": "^3.0.1",
"bip39": "^3.0.4",
"bs58": "^5.0.0",
"cors": "^2.8.5",
"ethereum-public-key-to-address": "0.0.5",
"hdkey": "^2.0.1",
"jose": "^4.8.1",
"lodash": "^4.17.21",
"nanoid": "^3.3.2",
"next": "^12.1.4",
"node-cache": "^5.1.2",
"pako": "^2.0.4",
"postcss": "^8.4.12",
"react": "^18.0.0",
"react-ace": "^9.5.0",
"react-dom": "^18.0.0",
"react-tsparticles": "^1.43.1",
"security-context": "^4.0.0",
"trim-newlines": "^4.0.2",
"uuid": "^8.3.2",
"vc-revocation-list": "^3.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.181",
"@types/react": "17.0.30",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"jest": "^27.5.1",
"typescript": "4.4.4"
}
}