-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 923 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": "oni-fightwear",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.13",
"dotenv": "^16.0.0",
"ethers": "^5.6.4",
"framer-motion": "^6.3.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"sass": "^1.50.0",
"web3": "^1.7.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.9.3"
}
}