-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "multisig-wallet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"@headlessui/react": "^1.7.0",
"@metamask/detect-provider": "^1.2.0",
"@openzeppelin/contracts": "^4.7.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@truffle/hdwallet-provider": "^2.0.14",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"dotenv": "^16.0.2",
"eth-gas-reporter": "^0.2.25",
"next": "12.2.5",
"react": "18.2.0",
"react-bootstrap": "^2.5.0-beta.1",
"react-dom": "18.2.0",
"react-loading": "^2.0.3",
"react-promise-tracker": "^2.1.0",
"react-toastify": "^9.0.8",
"swr": "^1.3.0",
"truffle-contract-size": "^2.0.1",
"web3": "^1.7.5"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}