@abtnode/webapp 1.8.69-beta-e0666d0d → 1.8.69-beta-54faead3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/blocklet.yml +1 -1
- package/package.json +1 -96
package/blocklet.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,106 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/webapp",
|
|
3
|
-
"version": "1.8.69-beta-
|
|
3
|
+
"version": "1.8.69-beta-54faead3",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"arcblock",
|
|
6
6
|
"forge",
|
|
7
7
|
"react"
|
|
8
8
|
],
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"@abtnode/auth": "1.8.69-beta-e0666d0d",
|
|
11
|
-
"@abtnode/certificate-manager": "1.8.69-beta-e0666d0d",
|
|
12
|
-
"@abtnode/constant": "1.8.69-beta-e0666d0d",
|
|
13
|
-
"@abtnode/logger": "1.8.69-beta-e0666d0d",
|
|
14
|
-
"@abtnode/mocks": "1.8.69-beta-e0666d0d",
|
|
15
|
-
"@abtnode/router-adapter": "1.8.69-beta-e0666d0d",
|
|
16
|
-
"@abtnode/router-templates": "1.8.69-beta-e0666d0d",
|
|
17
|
-
"@abtnode/schema": "1.8.69-beta-e0666d0d",
|
|
18
|
-
"@abtnode/util": "1.8.69-beta-e0666d0d",
|
|
19
|
-
"@arcblock/did": "1.18.57",
|
|
20
|
-
"@arcblock/did-auth": "1.18.57",
|
|
21
|
-
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
22
|
-
"@arcblock/did-connect": "^2.5.5",
|
|
23
|
-
"@arcblock/did-motif": "^1.1.10",
|
|
24
|
-
"@arcblock/did-util": "1.18.57",
|
|
25
|
-
"@arcblock/graphql-playground": "^2.5.5",
|
|
26
|
-
"@arcblock/license": "^2.5.5",
|
|
27
|
-
"@arcblock/vc": "1.18.57",
|
|
28
|
-
"@arcblock/ws": "1.18.57",
|
|
29
|
-
"@blocklet/constant": "1.8.69-beta-e0666d0d",
|
|
30
|
-
"@blocklet/list": "^0.11.4",
|
|
31
|
-
"@blocklet/meta": "1.8.69-beta-e0666d0d",
|
|
32
|
-
"@blocklet/sdk": "1.8.69-beta-e0666d0d",
|
|
33
|
-
"@graphql-tools/schema": "^8.5.1",
|
|
34
|
-
"@iconify/iconify": "^3.0.0",
|
|
35
|
-
"@material-table/core": "^0.2.48",
|
|
36
|
-
"@ocap/client": "1.18.57",
|
|
37
|
-
"@ocap/mcrypto": "1.18.57",
|
|
38
|
-
"@ocap/util": "1.18.57",
|
|
39
|
-
"@ocap/wallet": "1.18.57",
|
|
40
|
-
"@uiw/react-markdown-preview": "4.0.6",
|
|
41
|
-
"axios": "^0.27.2",
|
|
42
|
-
"body-parser": "^1.20.1",
|
|
43
|
-
"buffer": "^6.0.3",
|
|
44
|
-
"chalk": "^2.4.2",
|
|
45
|
-
"compression": "^1.7.4",
|
|
46
|
-
"cookie-parser": "^1.4.6",
|
|
47
|
-
"core-js": "2.5.7",
|
|
48
|
-
"cors": "^2.8.5",
|
|
49
|
-
"dayjs": "^1.11.7",
|
|
50
|
-
"debug": "^4.3.4",
|
|
51
|
-
"dotenv-flow": "^3.2.0",
|
|
52
|
-
"express": "^4.18.2",
|
|
53
|
-
"express-async-errors": "^3.1.1",
|
|
54
|
-
"express-bearer-token": "^2.4.0",
|
|
55
|
-
"express-graphql": "0.12.0",
|
|
56
|
-
"express-history-api-fallback": "^2.2.1",
|
|
57
|
-
"file-saver": "^2.0.5",
|
|
58
|
-
"filesize": "^6.4.0",
|
|
59
|
-
"flat": "^5.0.2",
|
|
60
|
-
"fs-extra": "^10.1.0",
|
|
61
|
-
"github-markdown-css": "^4.0.0",
|
|
62
|
-
"graphql": "16.5.0",
|
|
63
|
-
"graphql-upload": "15.0.2",
|
|
64
|
-
"graphql-ws": "^5.11.2",
|
|
65
|
-
"history": "^5.3.0",
|
|
66
|
-
"http-proxy": "^1.18.1",
|
|
67
|
-
"http-proxy-middleware": "^0.19.2",
|
|
68
|
-
"humanize-url": "^2.1.1",
|
|
69
|
-
"is-ip": "^3.1.0",
|
|
70
|
-
"is-url": "^1.2.4",
|
|
71
|
-
"js-yaml": "^4.1.0",
|
|
72
|
-
"json-schema-defaults": "^0.4.0",
|
|
73
|
-
"jsonwebtoken": "^9.0.0",
|
|
74
|
-
"jszip": "^3.10.1",
|
|
75
|
-
"lodash": "^4.17.21",
|
|
76
|
-
"lru-cache": "^6.0.0",
|
|
77
|
-
"md5": "^2.3.0",
|
|
78
|
-
"minimatch": "^3.0.8",
|
|
79
|
-
"moment": "^2.29.4",
|
|
80
|
-
"morgan": "^1.10.0",
|
|
81
|
-
"multer": "^1.4.5-lts.1",
|
|
82
|
-
"notistack": "2.0.5",
|
|
83
|
-
"p-wait-for": "^4.1.0",
|
|
84
|
-
"pretty-ms-i18n": "^1.0.3",
|
|
85
|
-
"prop-types": "^15.8.1",
|
|
86
|
-
"react": "^18.2.0",
|
|
87
|
-
"react-dom": "^18.2.0",
|
|
88
|
-
"react-dropzone": "^11.7.1",
|
|
89
|
-
"react-error-boundary": "^3.1.4",
|
|
90
|
-
"react-hook-form": "^6.15.8",
|
|
91
|
-
"react-image-gallery": "^1.2.11",
|
|
92
|
-
"react-router-dom": "^6.4.2",
|
|
93
|
-
"react-scripts": "^5.0.1",
|
|
94
|
-
"react-use": "^17.4.0",
|
|
95
|
-
"semver": "^7.3.8",
|
|
96
|
-
"serve-static": "^1.15.0",
|
|
97
|
-
"tar": "^6.1.11",
|
|
98
|
-
"timeago.js": "^4.0.2",
|
|
99
|
-
"tiny-invariant": "^1.3.1",
|
|
100
|
-
"tweetnacl": "^1.0.3",
|
|
101
|
-
"tweetnacl-sealedbox-js": "^1.2.0",
|
|
102
|
-
"url-join": "^4.0.1"
|
|
103
|
-
},
|
|
104
9
|
"author": "wangshijun <shijun@arcblock.io> https://github.com/wangshijun",
|
|
105
10
|
"repository": {
|
|
106
11
|
"type": "git",
|