-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.73 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "mimic-finance-farm-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.17",
"@chakra-ui/react": "^1.6.12",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@ethersproject/providers": "^5.6.4",
"@fontsource/inter": "^4.5.5",
"@fontsource/montserrat": "^4.5.1",
"@metamask/detect-provider": "^1.2.0",
"@reduxjs/toolkit": "^1.6.1",
"@truffle/hdwallet-provider": "^2.0.3",
"@uniswap/widgets": "^1.0.0",
"@web3-react/core": "^6.1.9",
"axios": "^0.22.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"bootstrap": "^5.1.3",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"ethers": "^5.6.4",
"framer-motion": "^6.2.8",
"identicon.js": "^2.3.3",
"immutable": "^4.0.0",
"next": "12.1.0",
"react": "17.0.2",
"react-bootstrap": "^2.3.0",
"react-countup": "^6.1.0",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^8.0.1",
"react-tradingview-widget": "^1.3.2",
"react-ts-tradingview-widgets": "^1.0.10",
"styled-components": "^5.3.3",
"sweetalert2": "^11.4.4",
"web3": "1.2.11",
"web3-eth-contract": "^1.7.3",
"web3-utils": "^1.7.3"
},
"devDependencies": {
"@openzeppelin/contracts": "4.6.0",
"@uniswap/v3-periphery": "^1.4.1" ,
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"ganache-cli": "^6.12.2",
"truffle": "^5.5.4"
}
}