2022-11-08 22:46:40 +00:00
|
|
|
{
|
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": {
|
2023-07-20 10:50:54 +00:00
|
|
|
"@lit-protocol/auth-browser": "^2.2.41",
|
2023-07-18 13:36:33 +00:00
|
|
|
"@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",
|
2023-07-20 10:50:54 +00:00
|
|
|
"ethers": "^5.7.2",
|
2023-07-18 13:36:33 +00:00
|
|
|
"next": "13.4.9",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-07-19 15:19:45 +00:00
|
|
|
"vite-plugin-global": "^0.0.1",
|
2023-07-20 10:50:54 +00:00
|
|
|
"wagmi": "^0.12.19",
|
|
|
|
"web3": "^4.0.3",
|
|
|
|
"web3-providers-http": "^4.0.3"
|
2023-07-19 09:42:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^10.4.14",
|
|
|
|
"postcss": "^8.4.26",
|
|
|
|
"tailwindcss": "^3.3.3"
|
2023-07-18 13:36:33 +00:00
|
|
|
}
|
|
|
|
}
|