-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "meta-wallet",
"version": "0.0.0",
"private": true,
"scripts": {
"compile": "npx hardhat compile && cp artifacts/contracts/MetaWallet.sol/MetaWallet.json ./public/artifacts/MetaWallet.json",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.2",
"@headlessui/react": "^1.6.5",
"@pinata/sdk": "^1.1.26",
"@tailwindcss/forms": "^0.5.0",
"clsx": "^1.1.1",
"dotenv": "^16.0.0",
"ethers": "^5.6.2",
"formidable": "^2.0.1",
"hardhat": "^2.12.2",
"next": "^12.0.10",
"react": "^17.0.2",
"react-currency-format": "^1.1.0",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-loader-spinner": "^5.1.5",
"recoil": "^0.7.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@openzeppelin/contracts": "^4.5.0",
"@tailwindcss/forms": "^0.5.0",
"@types/react": "^18.0.12",
"autoprefixer": "^10.4.4",
"chai": "^4.3.6",
"eslint": "8.13.0",
"eslint-config-next": "12.1.4",
"ethereum-waffle": "^3.4.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^4.7.3"
}
}