-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 958 Bytes
/
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
{
"name": "wallet-connect",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "./deploy.sh",
"lint": "yarn run eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.0.1",
"@walletconnect/qrcode-modal": "^1.7.1",
"@walletconnect/web3-provider": "^1.7.1",
"buffer": "^6.0.3",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"util": "^0.12.4",
"web3": "^1.7.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@metamask/providers": "^8.1.1",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.10.0",
"typescript": "^4.5.5",
"vite": "^2.8.0"
}
}