-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "agent-explorer-plugin-developer-tools",
"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",
"@dicebear/collection": "^7.0.1",
"@dicebear/core": "^7.0.1",
"@rjsf/antd": "^5.7.3",
"@rjsf/core": "^5.7.3",
"@rjsf/utils": "^5.7.3",
"@rjsf/validator-ajv8": "^5.7.3",
"@types/json-schema": "^7.0.12",
"@types/react": "^18.2.20",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.2",
"@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/credential-w3c": "5.5.4-next.22",
"antd": "^5.8.3",
"date-fns": "^2.30.0",
"esbuild": "^0.19.2",
"esbuild-plugin-external-global": "^1.0.1",
"json-schema": "^0.4.0",
"random-words": "^1.3.0",
"react": "^18.2.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.15.0",
"typescript": "^5.1.6",
"uuid": "^9.0.0"
}
}