-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 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
{
"name": "seedle-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 1234",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@davatar/react": "^1.8.1",
"@ethersproject/address": "^5.6.1",
"@ethersproject/constants": "^5.6.1",
"@ethersproject/contracts": "^5.6.2",
"@ethersproject/providers": "^5.6.5",
"@ethersproject/strings": "^5.6.1",
"@ethersproject/units": "^5.6.1",
"@floating-ui/react-dom-interactions": "^0.9.3",
"@headlessui/react": "^1.6.6",
"@perp/curie-contract": "1.1.3-staging",
"@rainbow-me/rainbowkit": "^0.8.1",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "^2.9.3",
"@uniswap/v3-sdk": "^3.9.0",
"@web3-react/core": "^6.1.9",
"classnames": "^2.3.1",
"date-fns": "^2.29.2",
"ethers": "^5.7.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"lodash": "^4.17.21",
"next": "12.2.5",
"numbro": "^2.3.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.3.0",
"react-transition-group": "^4.4.5",
"recharts": "2.1.12",
"use-persisted-state": "^0.3.3",
"wagmi": "0.11.5"
},
"devDependencies": {
"@types/lodash": "^4.14.184",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/react-transition-group": "^4.4.5",
"@types/use-persisted-state": "^0.3.1",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.8.2"
}
}