forked from veramolabs/agent-explorer-plugin-brainshare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.78 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
{
"name": "agent-explorer-plugin-brainshare",
"private": true,
"type": "module",
"scripts": {
"build": "node build.mjs",
"serve": "node build.mjs --serve",
"ngrok": "ngrok http 8080",
"upgrade:veramo": "pnpm add -D @veramo-community/agent-explorer-plugin@latest @veramo-community/veramo-react@latest @veramo/core@next @veramo/core-types@next @veramo/utils@next @veramo/did-comm@next"
},
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.30",
"@types/markdown-it": "^13.0.2",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.5",
"@veramo-community/agent-explorer-plugin": "^1.65.0",
"@veramo-community/veramo-react": "^1.6.1",
"@veramo-community/react-components": "^1.5.0",
"@veramo/core": "5.5.4-next.22",
"@veramo/core-types": "5.5.4-next.22",
"@veramo/did-comm": "5.5.4-next.22",
"@veramo/utils": "5.5.4-next.22",
"@veramo/did-discovery": "5.5.4-next.22",
"@veramo/message-handler": "5.5.4-next.22",
"antd": "^5.10.1",
"date-fns": "^2.30.0",
"did-jwt-vc": "^3.2.11",
"esbuild": "^0.19.5",
"esbuild-plugin-external-global": "^1.0.1",
"gray-matter": "^4.0.3",
"html-entities": "^2.4.0",
"markdown-it-regexp": "^0.4.0",
"ml-veramo-message-handler": "^1.0.4",
"punycode": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.0",
"react-query": "^3.39.3",
"react-router": "^6.18.0",
"react-router-dom": "^6.17.0",
"typescript": "^5.2.2",
"unist-util-visit": "^5.0.0",
"url-parse": "^1.5.10",
"util": "^0.12.5"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"ethers": "^6.8.0",
"remark-parse": "^11.0.0",
"unified": "^11.0.3",
"use-text-selection": "^1.1.5",
"uuid": "^9.0.1"
}
}