-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "agent-explorer-plugin-graph-view",
"private": true,
"type": "module",
"scripts": {
"build": "node build.mjs",
"serve": "node build.mjs --serve",
"ngrok": "ngrok http 8080"
},
"devDependencies": {
"@ant-design/icons": "^5.2.5",
"@ant-design/pro-components": "^2.6.12",
"@react-sigma/core": "^3.4.2",
"@react-sigma/layout-circular": "^3.4.2",
"@react-sigma/layout-core": "^3.4.2",
"@react-sigma/layout-forceatlas2": "^3.4.2",
"@types/react": "^18.2.20",
"@types/react-router-dom": "^5.3.3",
"@veramo-community/agent-explorer-plugin": "^1.65.0",
"@veramo-community/veramo-react": "^1.6.1",
"@veramo/core": "5.5.4-next.22",
"@veramo/core-types": "5.5.4-next.22",
"@veramo/utils": "5.5.4-next.22",
"antd": "^5.8.3",
"date-fns": "^2.30.0",
"did-jwt-vc": "^3.2.14",
"esbuild": "^0.19.2",
"esbuild-plugin-external-global": "^1.0.1",
"graphology": "^0.25.4",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-types": "^0.24.7",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.15.0",
"sigma": "3.0.0-alpha3",
"typescript": "^5.1.6"
},
"dependencies": {
"ethers": "^6.8.1"
}
}