-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "lightnodestaking-frontend",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@uniswap/sdk-core": "^3.1.0",
"@uniswap/v3-sdk": "^3.9.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",
"ethers": "^5.7.1",
"next": "12.0.8",
"path": "^0.12.7",
"react": "17.0.2",
"react-animate-on-scroll": "^2.1.5",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"react-toastify": "^9.0.8",
"recharts": "^2.1.9",
"redux": "^4.1.2",
"sass": "^1.49.0",
"web3": "^1.7.1"
},
"devDependencies": {
"@types/node": "17.0.10",
"@types/react": "17.0.38",
"@types/react-animate-on-scroll": "^2.1.5",
"@uniswap/v3-periphery": "^1.4.1",
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "4.5.5"
}
}