-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
93 lines (93 loc) · 2.97 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
{
"name": "cd3d",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"transformIgnorePatterns": [
"node_modules/(?!(lightweight-charts|fancy-canvas)/)"
],
"dependencies": {
"@devexpress/dx-core": "^2.7.6",
"@devexpress/dx-react-chart": "^2.7.6",
"@devexpress/dx-react-chart-material-ui": "^2.7.6",
"@devexpress/dx-react-core": "^2.7.6",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/bytes": "^5.5.0",
"@ethersproject/contracts": "^5.4.1",
"@ethersproject/experimental": "^5.5.0",
"@ethersproject/providers": "^5.4.5",
"@ethersproject/units": "5.0.0-beta.132",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/utils": "^4.11.2",
"@metamask/detect-provider": "^1.2.0",
"@mui/icons-material": "^5.0.0",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.0.0",
"@mui/styled-engine-sc": "^5.0.0",
"@mui/styles": "^5.0.0",
"@react-hook/resize-observer": "^1.2.4",
"@reduxjs/toolkit": "^1.6.2",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/authereum-connector": "6.0.6",
"@web3-react/core": "^6.1.9",
"@web3-react/frame-connector": "^6.0.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.4",
"axios": "^0.22.0",
"bignumber": "^1.1.0",
"bignumber.js": "^9.0.2",
"cd3d-dex-libs-sdk": "^2.0.1",
"chalk": "^4.1.2",
"date-fns": "^2.28.0",
"devextreme": "^21.1.5",
"devextreme-react": "^21.1.5",
"ethers": "^5.5.2",
"html-entities": "^2.3.2",
"lightweight-charts": "^3.7.0",
"lodash": "^4.17.21",
"mobile-device-detect": "^0.4.3",
"next": "11.1.2",
"next-images": "^1.8.1",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-compound-timer": "^1.2.0",
"react-countdown": "^2.3.2",
"react-device-detect": "^2.0.0",
"react-dom": "17.0.2",
"react-hot-toast": "^2.1.1",
"react-loader-spinner": "^4.0.0",
"react-mailchimp-subscribe": "^2.1.3",
"react-modal": "^3.14.4",
"react-player": "^2.9.0",
"react-redux": "^7.2.6",
"react-slick": "^0.28.1",
"react-toastify": "^8.0.3",
"recharts": "^2.1.4",
"redux-localstorage-simple": "^2.3.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.1",
"tiny-invariant": "^1.2.0",
"web3": "^1.6.0",
"web3-core-helpers": "^1.6.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"lodash.flatmap": "^4.5.0"
}
}