forked from 1inch/mooniswap-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.63 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": "mooniswap-info",
"version": "0.1.0",
"private": true,
"homepage": "https://mooniswap.info",
"dependencies": {
"@popperjs/core": "^2.4.2",
"@reach/portal": "^0.10.3",
"@reach/router": "^1.2.1",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.0",
"animated-number-react": "^0.1.1",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-http": "^1.5.16",
"bignumber.js": "^9.0.0",
"color-contrast-checker": "^1.5.0",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.8.16",
"decimal.js-light": "^2.5.0",
"es-abstract": "^1.14.2",
"ethers": "^4.0.39",
"export-to-csv": "^0.2.1",
"feather-icons": "^4.24.1",
"graphql": "^14.5.6",
"graphql-tag": "^2.10.1",
"jazzicon": "^1.5.0",
"node-vibrant": "^3.1.5",
"polished": "^3.4.4",
"react": "^16.9.0",
"react-apollo": "^3.1.1",
"react-device-detect": "^1.9.10",
"react-dom": "^16.9.0",
"react-feather": "^2.0.3",
"react-iframe": "^1.8.0",
"react-parallax": "^2.2.4",
"react-popper": "^2.2.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.1.1",
"react-scroll-parallax": "^2.2.0",
"react-select": "^3.0.7",
"react-spring": "^8.0.27",
"react-springy-parallax": "^1.3.0",
"react-switch": "^5.0.1",
"react-use": "^12.2.0",
"rebass": "^4.0.7",
"recharts": "^1.7.1",
"recharts-fork": "^1.7.2",
"styled-components": "^4.3.2",
"toformat": "^2.0.0",
"typeface-inter": "^3.10.0",
"typescript": "^3.9.5",
"unstated": "^2.1.1",
"wcag-contrast": "^3.0.0",
"web3-react": "^5.0.4"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:base": "yarn eslint './src/**/*.{js,jsx}'",
"format:base": "yarn prettier './src/**/*.{js,jsx,scss}'",
"fix:lint": "yarn lint:base --fix",
"fix:format": "yarn format:base --write",
"fix:all": "yarn fix:lint && yarn fix:format",
"check:lint": "yarn lint:base",
"check:format": "yarn format:base --check",
"check:all": "yarn check:lint && yarn check:format"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"prettier": "^1.18.2"
}
}