@abtnode/webapp 1.8.67 → 1.8.68

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 CHANGED
@@ -33,4 +33,4 @@ capabilities:
33
33
  component: true
34
34
  screenshots: []
35
35
  components: []
36
- gitHash: 543dbadffd29dc4f096261e136a2a306885d6508
36
+ gitHash: 1392044ac5677bde567797adeb9a6d3f0b9264b8
package/package.json CHANGED
@@ -1,11 +1,104 @@
1
1
  {
2
2
  "name": "@abtnode/webapp",
3
- "version": "1.8.67",
3
+ "version": "1.8.68",
4
4
  "keywords": [
5
5
  "arcblock",
6
6
  "forge",
7
7
  "react"
8
8
  ],
9
+ "dependencies": {
10
+ "@abtnode/auth": "1.8.68",
11
+ "@abtnode/certificate-manager": "1.8.68",
12
+ "@abtnode/constant": "1.8.68",
13
+ "@abtnode/logger": "1.8.68",
14
+ "@abtnode/mocks": "1.8.68",
15
+ "@abtnode/router-adapter": "1.8.68",
16
+ "@abtnode/router-templates": "1.8.68",
17
+ "@abtnode/schema": "1.8.68",
18
+ "@abtnode/util": "1.8.68",
19
+ "@arcblock/did": "1.18.42",
20
+ "@arcblock/did-auth": "1.18.42",
21
+ "@arcblock/did-auth-storage-nedb": "^1.7.1",
22
+ "@arcblock/did-connect": "^2.4.71",
23
+ "@arcblock/did-motif": "^1.1.10",
24
+ "@arcblock/did-util": "1.18.42",
25
+ "@arcblock/graphql-playground": "^2.4.71",
26
+ "@arcblock/license": "^2.4.71",
27
+ "@arcblock/vc": "1.18.42",
28
+ "@arcblock/ws": "1.18.42",
29
+ "@blocklet/constant": "1.8.68",
30
+ "@blocklet/list": "^0.10.50",
31
+ "@blocklet/meta": "1.8.68",
32
+ "@blocklet/sdk": "1.8.68",
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.42",
37
+ "@ocap/mcrypto": "1.18.42",
38
+ "@ocap/util": "1.18.42",
39
+ "@ocap/wallet": "1.18.42",
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
+ "moment": "^2.29.4",
79
+ "morgan": "^1.10.0",
80
+ "multer": "^1.4.5-lts.1",
81
+ "notistack": "2.0.5",
82
+ "p-wait-for": "^4.1.0",
83
+ "pretty-ms-i18n": "^1.0.3",
84
+ "prop-types": "^15.8.1",
85
+ "react": "^18.2.0",
86
+ "react-dom": "^18.2.0",
87
+ "react-dropzone": "^11.7.1",
88
+ "react-error-boundary": "^3.1.4",
89
+ "react-hook-form": "^6.15.8",
90
+ "react-image-gallery": "^1.2.11",
91
+ "react-router-dom": "^6.4.2",
92
+ "react-scripts": "^5.0.1",
93
+ "react-use": "^17.4.0",
94
+ "semver": "^7.3.8",
95
+ "serve-static": "^1.15.0",
96
+ "tar": "^6.1.11",
97
+ "timeago.js": "^4.0.2",
98
+ "tweetnacl": "^1.0.3",
99
+ "tweetnacl-sealedbox-js": "^1.2.0",
100
+ "url-join": "^4.0.1"
101
+ },
9
102
  "author": "wangshijun <shijun@arcblock.io> https://github.com/wangshijun",
10
103
  "repository": {
11
104
  "type": "git",