-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (36 loc) · 854 Bytes
/
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
{
"name": "nft2wallet",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@walletconnect/web3-provider": "^1.7.1",
"@walletpass/pass-js": "^6.9.1",
"autoprefixer": "^10.4.2",
"ethers": "^5.5.4",
"imagemagick": "^0.1.3",
"magic-sdk": "^8.0.1",
"moralis": "^1.2.4",
"next": "12.0.10",
"nodemailer": "^6.7.2",
"postcss": "^8.4.6",
"react": "17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "17.0.2",
"react-moralis": "^1.2.1",
"react-use": "^17.3.2",
"tailwindcss": "^3.0.18",
"web3": "^1.7.0"
},
"devDependencies": {
"@types/node": "17.0.14",
"@types/react": "17.0.39",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"typescript": "4.5.5"
}
}