-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "dapp-tools",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.3.0",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/wizard": "^0.1.0",
"@tailwindcss/forms": "^0.5.2",
"@types/lodash": "^4.14.182",
"@uauth/dom-ui": "^1.1.0",
"@uauth/js": "^2.0.0",
"@uauth/web3modal": "^2.0.0",
"@walletconnect/web3-provider": "^1.7.8",
"authereum": "^0.1.14",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.6.8",
"next": "12.1.6",
"nft.storage": "^6.3.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"solc": "^0.8.14-fixed",
"web3modal": "^1.9.8"
},
"devDependencies": {
"@types/node": "17.0.39",
"@types/react": "18.0.11",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"typescript": "4.7.3"
}
}