auth.andert.me/package.json

23 lines
560 B
JSON
Raw Normal View History

{
2023-07-18 13:36:33 +00:00
"name": "connect-wallet-authsig",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lit-protocol/contracts-sdk": "^2.2.41",
"@lit-protocol/lit-node-client": "^2.2.41",
"@lit-protocol/pkp-ethers": "^2.2.41",
"@rainbow-me/rainbowkit": "^0.12.17",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"next": "13.4.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"wagmi": "^0.12.19"
}
}