forked from WalletConnect/walletconnect-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "walletconnect-registry",
"description": "WalletConnect Registry",
"version": "1.0.0",
"private": true,
"author": "WalletConnect Labs <walletconnectlabs.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/WalletConnect/walletconnect-registry.git"
},
"bugs": {
"url": "https://github.com/WalletConnect/walletconnect-registry/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write 'src/**/*.js'",
"submit": "node ./scripts/submit.js",
"replace": "node ./scripts/replace.js"
},
"dependencies": {
"next": "^10.0.9",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-query": "^3.12.2",
"sharp": "0.27.2"
},
"devDependencies": {
"@tailwindcss/ui": "^0.7.2",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.4",
"tailwindcss": "^2.1.2",
"typescript": "^4.1.3"
},
"keywords": [
"wallet",
"walletconnect",
"app",
"dapp",
"wallet",
"registry"
]
}