-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
89 lines (89 loc) · 2.41 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
{
"name": "frozen-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@kunukn/react-collapse": "^2.2.9",
"@makerdao/multicall": "^0.12.0",
"@material-ui/core": "^4.11.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.19.2",
"babel-eslint": "^10.1.0",
"big-integer": "^1.6.51",
"big-number": "^2.0.0",
"bootstrap": "^4.5.3",
"ccxt": "^1.69.8",
"customize-cra": "^1.0.0",
"dateformat": "^4.5.1",
"ethereumjs-util": "^7.0.7",
"ethers": "^5.6.2",
"flux": "^3.1.3",
"izitoast": "^1.4.0",
"izitoast-react": "^1.0.16",
"moment": "^2.29.4",
"odometer": "^0.4.8",
"react": "^17.0.1",
"react-animated-number": "^0.4.4",
"react-animated-numbers": "^0.6.1",
"react-app-rewired": "^2.1.8",
"react-color": "^2.19.3",
"react-custom-scrollbars": "^4.2.1",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-highlight": "^0.14.0",
"react-infinite-scroller": "^1.2.4",
"react-input-range": "^1.3.0",
"react-lazy-load-image-component": "^1.5.6",
"react-loader-spinner": "^3.1.14",
"react-loading-overlay": "^1.0.1",
"react-loadingg": "^1.7.2",
"react-multi-carousel": "^2.6.3",
"react-placeholder-loading": "^0.5.30",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-select": "^5.6.1",
"react-spinners": "^0.10.4",
"react-switch": "^6.0.0",
"react-toastify": "^6.1.0",
"styled-components": "^4.0.0",
"web-vitals": "^0.2.4",
"web3": "^1.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"react-error-overlay": "6.0.9"
},
"homepage": ""
}