-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
172 lines (172 loc) · 5.2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "ocap-playground",
"title": "OCAP Playground",
"description": "A simple playground that shows the potential of OCAP powered blockchain and DID Wallet V2",
"private": true,
"files": [
"build",
"screenshots",
"logo.png",
"blocklet.md",
"blocklet.js",
"blocklet.yml",
"README.md"
],
"version": "0.36.100",
"author": "wangshijun <[email protected]> https://github.com/wangshijun",
"keywords": [
"dapp",
"playground",
"wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/blocklet/ocap-playground"
},
"bugs": {
"url": "https://github.com/blocklet/ocap-playground/issues",
"email": "[email protected]"
},
"dependencies": {
"@abtnode/auth": "1.16.37",
"@arcblock/did": "^1.19.2",
"@arcblock/did-auth": "^1.19.2",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@arcblock/did-util": "^1.19.2",
"@arcblock/jwt": "^1.19.2",
"@arcblock/nft": "^1.19.2",
"@arcblock/nft-template": "^1.19.2",
"@arcblock/vc": "^1.19.2",
"@blocklet/constant": "1.16.37",
"@blocklet/sdk": "1.16.37",
"@ocap/asset": "^1.19.2",
"@ocap/client": "^1.19.2",
"@ocap/mcrypto": "^1.19.2",
"@ocap/message": "^1.19.2",
"@ocap/proto": "^1.19.2",
"@ocap/tx-util": "^1.19.2",
"@ocap/util": "^1.19.2",
"@ocap/wallet": "^1.19.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^8.6.0",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"express-cache-headers": "^0.1.4",
"express-routemap": "^1.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"lorem-ipsum": "^2.0.8",
"morgan": "^1.10.0",
"nedb": "^1.8.0",
"pako": "^1.0.11",
"path-to-regexp": "1.9.0",
"set-npm-auth-token-for-ci": "^2.0.13",
"url-join": "^4.0.1",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4"
},
"scripts": {
"dev": "blocklet dev --open",
"lint": "eslint src api",
"lint:fix": "eslint src api --fix",
"precommit": "npm run lint",
"prepush": "npm run lint",
"clean": "rm -rf dist api/dist .blocklet",
"start": "nodemon -w api api/dev.mjs",
"bundle": "npm run clean && npm run bundle:client && npm run bundle:server",
"bundle:client": "vite build",
"bundle:server": "blocklet bundle --compact --create-release",
"deploy": "npm run bundle && blocklet deploy .blocklet/bundle",
"upload": "npm run bundle && blocklet upload .blocklet/release/blocklet.json",
"prepublishOnly": "npm run bundle",
"release": "npm run clean && npm run bundle",
"update:deps": "taze -f -r -n '/arcblock|ocap|abtnode|blocklet|did-connect|did-comment|nedb/' -w && pnpm i",
"dedupe": "npx yarn-deduplicate yarn.lock && yarn",
"bump-version": "make bump-version"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@arcblock/did-connect": "^2.11.25",
"@arcblock/eslint-config": "0.3.3",
"@arcblock/react-hooks": "^2.11.25",
"@arcblock/ux": "^2.11.25",
"@blocklet/js-sdk": "1.16.37",
"@blocklet/ui-react": "^2.11.25",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@vitejs/plugin-react": "^4.3.3",
"ahooks": "^3.7.8",
"axios": "^0.21.4",
"dsbridge": "^3.1.4",
"eslint": "^8.22.0",
"jest": "^26.6.3",
"mustache": "^4.2.0",
"nodemon": "^3.1.7",
"notistack": "^2.0.5",
"npm-check-updates": "^16.14.20",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-use": "^15.3.8",
"store": "^2.0.12",
"taze": "^0.18.0",
"vite": "^5.4.11",
"vite-plugin-blocklet": "^0.9.14",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svgr": "^4.3.0"
},
"resolutions": {
"@arcblock/did": "^1.19.2",
"@arcblock/did-auth": "^1.19.2",
"@arcblock/did-ext": "^1.19.2",
"@arcblock/did-util": "^1.19.2",
"@arcblock/event-hub": "^1.19.2",
"@arcblock/jwt": "^1.19.2",
"@arcblock/nft": "^1.19.2",
"@arcblock/nft-template": "^1.19.2",
"@arcblock/vc": "^1.19.2",
"@arcblock/ws": "^1.19.2",
"@blocklet/js-sdk": "1.16.37",
"@blocklet/sdk": "1.16.37",
"@ocap/asset": "^1.19.2",
"@ocap/client": "^1.19.2",
"@ocap/mcrypto": "^1.19.2",
"@ocap/message": "^1.19.2",
"@ocap/proto": "^1.19.2",
"@ocap/tx-util": "^1.19.2",
"@ocap/types": "^1.19.2",
"@ocap/util": "^1.19.2",
"@ocap/wallet": "^1.19.2",
"react-error-overlay": "6.0.9"
},
"license": "Apache-2.0"
}