-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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
{
"name": "@veramo-community/agent-explorer-plugin-social-feed",
"repository": "[email protected]:veramolabs/agent-explorer-plugin-social-feed.git",
"author": "Simonas Karuzas <[email protected]>",
"contributors": [
"Mircea Nistor <[email protected]>",
"Nick Reynolds <[email protected]>"
],
"keywords": [],
"license": "Apache-2.0",
"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",
"@types/lodash.merge": "^4.6.7",
"@types/markdown-it": "^13.0.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.3",
"@veramo-community/agent-explorer-plugin": "^1.65.0",
"@veramo-community/veramo-react": "^1.6.2",
"@veramo/core": "5.5.4-next.22",
"@veramo/core-types": "5.5.4-next.22",
"antd": "^5.8.3",
"date-fns": "^2.30.0",
"did-jwt-vc": "^3.2.7",
"esbuild": "^0.19.2",
"esbuild-plugin-external-global": "^1.0.1",
"gray-matter": "^4.0.3",
"highlight.js": "^11.8.0",
"html-entities": "^2.4.0",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"markdown-it": "^13.0.1",
"punycode": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.15.0",
"typescript": "^5.1.6",
"uuid": "^9.0.1"
},
"dependencies": {
"@monaco-editor/react": "^4.5.2"
}
}