forked from l3wi/univ3-staking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.19 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
{
"name": "univ3-staking",
"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.15",
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@ethersproject/abi": "^5.4.1",
"@thanpolas/univ3prices": "^3.0.2",
"dotenv": "^10.0.0",
"ethers": "^5.4.7",
"ethers-multicall": "^0.2.1",
"framer-motion": "^4.1.17",
"isomorphic-fetch": "^3.0.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"use-wallet": "^0.9.0"
},
"description": "Basic Uniswap V3 staking interface",
"main": "index.js",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2"
},
"repository": {
"type": "git",
"url": "git@github.com:l3wi/univ3-staking.git"
},
"keywords": [
"web3",
"nextjs",
"ethers",
"useWallet"
],
"author": "l3wi",
"license": "ISC",
"bugs": {
"url": "https://github.com/l3wi/univ3-staking/issues"
},
"homepage": "https://github.com/l3wi/univ3-staking#readme"
}