-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
153 lines (153 loc) · 4.9 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "pickle-app",
"version": "1.0.0",
"main": "index.js",
"author": "BigBrainBriner <bigbrainbriner@protonmail.com>",
"license": "MIT",
"engines": {
"node": ">=18.16.x",
"yarn": ">=1.9.0"
},
"scripts": {
"analyze": "ANALYZE=true next build",
"dev": "yarn typechain && next",
"build": "yarn typechain && next build",
"start": "yarn typechain && next start",
"format": "prettier --write \"./**/*.{json,js,jsx,ts,tsx}\" --ignore-path .gitignore",
"postinstall": "yarn typechain && yarn typesync",
"lint": "next lint",
"tsc": "tsc",
"typechain": "typechain --target=ethers-v5 --out-dir ./v1/containers/Contracts ./v1/containers/ABIs/**/*.json"
},
"dependencies": {
"@clover-network/clover-connector": "^1.1.0",
"@cowprotocol/cow-sdk": "^0.0.14",
"@davatar/react": "^1.11.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@geist-ui/core": "2.3.8",
"@geist-ui/icons": "^1.0.2",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^1.0.6",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.132",
"@mui/material": "^5.13.3",
"@mui/styled-engine": "^5.13.2",
"@mui/system": "^5.13.6",
"@primer/octicons-react": "^11.0.0",
"@reduxjs/toolkit": "^1.7.0",
"@rtk-incubator/action-listener-middleware": "^0.8.0",
"@sentry/nextjs": "^7.52.1",
"@tippyjs/react": "^4.2.6",
"@ukstv/jazzicon-react": "^1.0.0",
"@uniswap/default-token-list": "^9.5.0",
"@uniswap/sdk-core": "^3.2.4",
"@uniswap/token-lists": "1.0.0-beta.31",
"@uniswap/v3-periphery": "1.4.3",
"@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.14",
"@xstate/react": "^3.2.2",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"autoprefixer": "^10.4.14",
"bignumber.js": "^9.1.1",
"canonical-weth": "1.4.0",
"chroma-js": "^2.4.2",
"clean-css": "^5.3.2",
"clsx": "^1.2.1",
"coingecko-api": "^1.0.10",
"date-fns": "^2.30.0",
"dayjs": "^1.11.7",
"eth-permit": "^0.1.10",
"eth-sig-util": "^3.0.1",
"ethers": "^5.7.2",
"ethers-multicall": "0.2.3",
"fontsource-roboto": "^4.0.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"i18next": "22.5.0",
"i18next-hmr": "^1.11.4",
"i18next-http-backend": "^2.2.1",
"lodash": "^4.17.21",
"next": "^13.4.4",
"next-i18next": "^13.2.2",
"node-fetch": "^2.6.9",
"picklefinance-core": "^0.5.55",
"postcss": "^8.4.24",
"rc-slider": "^10.1.1",
"react": "18.2.0",
"react-apexcharts": "^1.4.0",
"react-confetti": "^6.1.0",
"react-day-picker": "^7.4.10",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-html-parser": "^2.0.2",
"react-i18next": "12.3.1",
"react-is": "^17.0.2",
"react-loader-spinner": "^4.0.0",
"react-number-format": "^5.1.4",
"react-query": "^3.39.3",
"react-redux": "^8.0.5",
"react-select": "^5.7.3",
"react-toastify": "^8.2.0",
"react-tradingview-embed": "^3.0.6",
"recharts": "2.6.2",
"recharts-scale": "^0.4.5",
"rooks": "^7.14.1",
"rxjs": "^6.6.7",
"sass": "^1.62.1",
"swr": "^1.3.0",
"tss-react": "^4.8.6",
"unstated-next": "^1.1.0",
"wido": "^0.2.8",
"xstate": "^4.37.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.4",
"@typechain/ethers-v5": "^10.2.1",
"@types/chroma-js": "^2.4.0",
"@types/clean-css": "^4.2.6",
"@types/coingecko-api": "^1.0.10",
"@types/eslint": "^7.29.0",
"@types/eslint-config-prettier": "^6.11.0",
"@types/eth-sig-util": "^2.1.1",
"@types/lint-staged": "13.2.0",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.3",
"@types/node-fetch": "^2.6.3",
"@types/prettier": "2.7.2",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/react-gauge-chart": "^0.4.0",
"@types/react-html-parser": "^2.0.2",
"@types/react-is": "^18.2.0",
"@types/react-redux": "^7.1.25",
"@types/recharts": "^1.8.24",
"@types/recharts-scale": "^1.0.0",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"babel-plugin-recharts": "^2.0.0",
"eslint": "^7.32.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^6.15.0",
"lint-staged": ">=10",
"prettier": "2.8.8",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.5",
"typesync": "^0.11.1"
},
"resolutions": {
"picklefinance-core/@uniswap/sdk-core": "3.0.1",
"picklefinance-core/@uniswap/v3-sdk": "3.8.2"
}
}