-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.67 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.67 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
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
{
"name": "yaxis-frontend",
"version": "3.1.0",
"private": true,
"homepage": "https://app.yaxis.io/",
"repository": {
"type": "git",
"url": "https://github.com/yaxis-project/yaxis-frontend.git"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@data-ui/sparkline": "^0.0.84",
"@davatar/react": "^1.8.1",
"@reduxjs/toolkit": "^1.7.2",
"@web3-react/authereum-connector": "^6.2.0",
"@web3-react/core": "^6.1.9",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/frame-connector": "^6.0.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/lattice-connector": "^6.1.9",
"@web3-react/ledger-connector": "^6.1.9",
"@web3-react/magic-connector": "^6.1.9",
"@web3-react/network-connector": "^6.2.9",
"@web3-react/portis-connector": "^6.2.11",
"@web3-react/torus-connector": "^6.2.9",
"@web3-react/trezor-connector": "^6.1.9",
"@web3-react/walletconnect-connector": "^7.0.2-alpha.0",
"@web3-react/walletlink-connector": "^6.2.11",
"antd": "^4.18.7",
"bignumber.js": "^9.0.2",
"chart.js": "^3.7.0",
"chartjs-plugin-datalabels": "^2.0.0",
"craco-antd": "^1.19.0",
"ethers": "^5.5.4",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"object-path": "^0.11.5",
"react": "^17.0.1",
"react-chartjs-2": "^4.0.1",
"react-countup": "^6.1.1",
"react-device-detect": "^2.1.2",
"react-dom": "^17.0.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"redux-localstorage-simple": "^2.4.1",
"styled-components": "^5.3.3"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.178",
"@types/moment": "^2.13.0",
"@types/node": "^17.0.18",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.2",
"@types/react-sparklines": "^1.7.0",
"@types/styled-components": "^5.1.23",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@web3-react/types": "^6.0.7",
"craco-less": "^1.17.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"process": "^0.11.10",
"typescript": "^4.5.5"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
}
}