-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.7 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.7 KB
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
{
"name": "autofarm-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@aryth/nice-scale": "^0.3.14",
"@binance-chain/bsc-connector": "^1.0.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@urql/exchange-retry": "^0.2.0",
"@walletconnect/web3-provider": "^1.2.2",
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"bignumber.js": "^8.1.1",
"bytes32": "^0.0.3",
"camelcase": "^5.3.1",
"classnames": "^2.2.6",
"comma-number": "^2.0.1",
"dayjs": "^1.10.4",
"ethereumjs-util": "^6.2.1",
"ethers": "^5.0.32",
"graphql": "^15.5.0",
"is-mobile": "^3.0.0",
"jotai": "^0.15.3",
"lodash.debounce": "^4.0.8",
"next": "10.0.9",
"postcss": "^8.2.8",
"ramda": "^0.27.1",
"react": "17.0.2",
"react-countdown": "^2.3.1",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-query": "^3.6.0",
"react-toastify": "^6.2.0",
"recharts": "^2.0.9",
"rollbar": "^2.21.0",
"source-map-explorer": "^2.5.2",
"styled-components": "4.2.0",
"tailwindcss": "^2.0.4",
"throttle-debounce": "^3.0.1",
"urql": "^2.0.1",
"use-debounce": "^6.0.0",
"web-vitals": "^0.2.4",
"web3": "^1.2.11",
"web3modal": "^1.9.2"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@storybook/addon-actions": "^6.2.7",
"@storybook/addon-essentials": "^6.2.7",
"@storybook/addon-links": "^6.2.7",
"@storybook/react": "^6.2.7",
"babel-loader": "^8.2.2"
}
}