-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.17 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
{
"name": "walletconnect-website",
"description": "WalletConnect Website",
"version": "1.1.0",
"private": true,
"author": "WalletConnect Labs <walletconnectlabs.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/WalletConnect/walletconnect-website.git"
},
"bugs": {
"url": "https://github.com/WalletConnect/walletconnect-website/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"format": "prettier --write 'src/**/*.js'"
},
"dependencies": {
"next": "^10.0.9",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-query": "^3.12.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": [
"ethereum",
"cryptocurrency",
"wallet",
"mobile",
"connect",
"brdige",
"relay",
"proxy",
"standard",
"protocol",
"crypto",
"tokens",
"dapp"
]
}