33 lines
838 B
JSON
33 lines
838 B
JSON
{
|
|
"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/auth-browser": "^2.2.41",
|
|
"@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",
|
|
"ethers": "^5.7.2",
|
|
"next": "13.4.9",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"vite-plugin-global": "^0.0.1",
|
|
"wagmi": "^0.12.19",
|
|
"web3": "^4.0.3",
|
|
"web3-providers-http": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.26",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
} |