-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
54 lines (54 loc) · 1.6 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "nextjs-lottery",
"version": "0.1.0",
"private": true,
"scripts": {
"push": "git add . && git commit -m 'update' && git push",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"rainbow install": "yarn add @rainbow-me/rainbowkit wagmi ethers"
},
"dependencies": {
"@heroicons/react": "1.0.6",
"@rainbow-me/rainbowkit": "^0.7.1",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.1.4",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/web3auth": "^2.1.2",
"discord.js": "^14.6.0",
"dotenv": "^16.0.2",
"ether": "^0.0.9",
"ethers": "^5.7.1",
"grand-notification": "^1.0.20",
"magic-sdk": "^9.0.0",
"mine": "^0.1.0",
"moralis": "1.11.0",
"moralis-v1": "^1.11.0",
"next": "12.3.2",
"next-auth": "^4.17.0",
"nft.storage": "^7.0.0",
"react-icons": "^4.7.1",
"react-moralis": "^1.4.2",
"react-toast-notifications": "^2.5.1",
"react-typist": "^2.0.5",
"requests": "^0.3.0",
"siwe": "^1.1.6",
"styled-components": "^5.3.6",
"wagmi": "^0.6.8"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/react": "^18.0.21",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4"
}
}