wallet-connect-web-examples/wallets/react-wallet-v2/package.json

24 lines
483 B
JSON
Raw Normal View History

2022-02-02 12:13:49 +00:00
{
"name": "react-wallet-v2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
2022-02-03 09:24:35 +00:00
"@types/node": "17.0.14",
"@types/react": "17.0.38",
2022-02-02 12:13:49 +00:00
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
2022-02-03 09:24:35 +00:00
"eslint-config-prettier": "8.3.0",
"typescript": "4.5.5"
2022-02-02 12:13:49 +00:00
}
}