forked from pickle-finance/pickle-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) · 4.92 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
154
155
156
157
158
{
"name": "pickle-app",
"version": "1.0.0",
"main": "index.js",
"author": "BigBrainBriner <bigbrainbriner@protonmail.com>",
"license": "MIT",
"engines": {
"node": "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 && 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.0.0",
"@cowprotocol/cow-sdk": "^0.0.14",
"@davatar/react": "^1.8.1",
"@ethersproject/abstract-provider": "^5.0.4",
"@ethersproject/providers": "^5.1.0",
"@geist-ui/react": "2.0.2",
"@geist-ui/react-icons": "^1.0.0",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@pickle-finance/ethers-multicall": "^0.2.3",
"@primer/octicons-react": "^11.0.0",
"@reduxjs/toolkit": "^1.7.0",
"@rtk-incubator/action-listener-middleware": "^0.8.0",
"@sentry/nextjs": "^6.11.0",
"@studydefi/money-legos": "^2.3.7",
"@tippyjs/react": "^4.2.6",
"@types/date-fns": "^2.6.0",
"@ukstv/jazzicon-react": "^1.0.0",
"@uniswap/default-token-list": "^3.1.0",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/token-lists": "1.0.0-beta.25",
"@uniswap/v3-periphery": "1.4.1",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.1.9",
"@web3-react/walletlink-connector": "^6.1.9",
"@xstate/react": "^2.0.1",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"bignumber.js": "^9.0.2",
"canonical-weth": "1.4.0",
"chroma-js": "^2.1.2",
"clsx": "^1.1.1",
"coingecko-api": "^1.0.10",
"date-fns": "^2.26.0",
"dayjs": "^1.10.6",
"eth-permit": "^0.1.10",
"eth-sig-util": "^3.0.1",
"ethers": "^5.0.14",
"ethers-multicall": "npm:@pickle-finance/ethers-multicall",
"fontsource-roboto": "^4.0.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"i18next-hmr": "^1.7.5",
"i18next-http-backend": "^1.3.1",
"lodash": "^4.17.21",
"next": "11.0.2-canary.27",
"next-i18next": "^8.7.0",
"node-fetch": "^2.6.1",
"picklefinance-core": "^0.5.38",
"rc-slider": "^10.0.0-alpha.6",
"react": "^16.13.1",
"react-apexcharts": "^1.3.7",
"react-confetti": "^6.0.1",
"react-day-picker": "^7.4.8",
"react-dom": "^16.13.1",
"react-gauge-chart": "^0.3.0",
"react-hook-form": "^7.29.0",
"react-html-parser": "^2.0.2",
"react-is": "^16.13.1",
"react-loader-spinner": "^4.0.0",
"react-number-format": "^4.4.4",
"react-query": "^3.12.0",
"react-redux": "^7.2.6",
"react-select": "^5.2.1",
"react-toastify": "^8.2.0",
"react-tradingview-embed": "^3.0.6",
"recharts": "2.1.12",
"recharts-scale": "^0.4.3",
"rooks": "^5.8.0",
"rxjs": "^6.6.3",
"sass": "^1.26.11",
"styled-components": "^5.2.0",
"swr": "^1.0.1",
"unstated-next": "^1.1.0",
"wido": "^0.2.0",
"xstate": "^4.30.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.1.0",
"@typechain/ethers-v5": "^10.0.0",
"@types/chroma-js": "^2.1.3",
"@types/coingecko-api": "^1.0.0",
"@types/eslint": "^7.2.6",
"@types/eth-sig-util": "^2.1.1",
"@types/lodash": "^4.14.168",
"@types/node": "^14.11.1",
"@types/node-fetch": "^2.5.8",
"@types/prettier": "2.1.2",
"@types/react": "18.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-gauge-chart": "^0.3.0",
"@types/react-html-parser": "^2.0.2",
"@types/react-is": "^17.0.0",
"@types/react-redux": "^7.1.20",
"@types/recharts": "^1.8.19",
"@types/recharts-scale": "^1.0.0",
"@types/sass": "^1.16.0",
"@types/styled-components": "^5.1.3",
"@types/tailwindcss": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"autoprefixer": "^10.4.2",
"babel-plugin-recharts": "^2.0.0",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "^7.9.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "^6.11.0",
"husky": ">=4",
"lint-staged": ">=10",
"postcss": "^8.4.5",
"prettier": "2.1.2",
"tailwindcss": "^3.0.15",
"typechain": "^8.0.0",
"typescript": "^4.3.5",
"typesync": "^0.8.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{json,js,jsx,ts,tsx}": [
"yarn lint",
"yarn format"
]
},
"resolutions": {
"styled-jsx": "3.4.7"
}
}