-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
89 lines (89 loc) · 2.84 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": "dxstats",
"version": "1.7.1",
"license": "GPL-3.0-or-later",
"scripts": {
"build": "cross-env GENERATE_SOURCEMAP=false react-app-rewired build",
"ipfs-build": "cross-env PUBLIC_URL=\".\" GENERATE_SOURCEMAP=false react-app-rewired build",
"eject": "react-scripts eject",
"format": "prettier --check '**/*.{cjs,mjs,js,jsx,ts,tsx,json,css,md,html}'",
"format:fix": "prettier --write '**/*.{cjs,mjs,js,jsx,ts,tsx,json,css,md,html}'",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"typecheck": "tsc --noEmit",
"start": "yarn && react-scripts start"
},
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/units": "^5.7.0",
"@popperjs/core": "^2.11.6",
"@reach/dialog": "^0.10.3",
"@reach/portal": "^0.10.3",
"@react-spring/web": "^9.5.5",
"@swapr/sdk": "^1.6.0",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-http": "^1.5.16",
"bignumber.js": "^9.1.0",
"copy-to-clipboard": "^3.3.2",
"cross-env": "^7.0.2",
"dayjs": "^1.11.6",
"decimal.js-light": "^2.5.0",
"feather-icons": "^4.24.1",
"graphql": "^14.5.6",
"graphql-tag": "^2.10.1",
"inter-ui": "^3.19.3",
"node-vibrant": "^3.1.5",
"numeral": "^2.0.6",
"polished": "^3.4.4",
"react": "^17.0.2",
"react-app-rewired": "^2.1.6",
"react-device-detect": "^1.9.10",
"react-dom": "^17.0.2",
"react-fast-compare": "^3.2.0",
"react-fast-marquee": "^1.3.5",
"react-feather": "^2.0.3",
"react-loading-skeleton": "^3.1.0",
"react-popper": "^2.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-select": "^3.0.7",
"react-spring": "^8.0.27",
"react-use": "^12.2.0",
"rebass": "^4.0.7",
"recharts": "^2.1.15",
"styled-components": "^5.3.6",
"toformat": "^2.0.0",
"wcag-contrast": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.0.0",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"git-revision-webpack-plugin": "^3.0.6",
"prettier": "^2.6.2",
"react-error-overlay": "6.0.9",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=16.13.0",
"yarn": "^1.22.0"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
}
}