Beta cleanup (#285)
* improve context logic * fix font-variant * add dependencies for later * fix icon
Showing
.eslintrc
deleted
100644 → 0
| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| "homepage": ".", | "homepage": ".", | ||
| "private": true, | "private": true, | ||
| "dependencies": { | "dependencies": { | ||
| "@reach/tooltip": "^0.2.0", | |||
| "classnames": "^2.2.6", | "classnames": "^2.2.6", | ||
| "escape-string-regexp": "^2.0.0", | "escape-string-regexp": "^2.0.0", | ||
| "ethers": "^4.0.27", | "ethers": "^4.0.27", | ||
| ... | @@ -12,15 +13,16 @@ | ... | @@ -12,15 +13,16 @@ |
| "i18next-browser-languagedetector": "^3.0.1", | "i18next-browser-languagedetector": "^3.0.1", | ||
| "i18next-xhr-backend": "^2.0.1", | "i18next-xhr-backend": "^2.0.1", | ||
| "jazzicon": "^1.5.0", | "jazzicon": "^1.5.0", | ||
| "lodash.merge": "^4.6.1", | |||
| "node-sass": "^4.11.0", | "node-sass": "^4.11.0", | ||
| "react": "^16.8.6", | "react": "^16.8.6", | ||
| "react-aria-modal": "^4.0.0", | |||
| "react-dom": "^16.8.6", | "react-dom": "^16.8.6", | ||
| "react-ga": "^2.5.7", | "react-ga": "^2.5.7", | ||
| "react-i18next": "^10.7.0", | "react-i18next": "^10.7.0", | ||
| "react-router-dom": "^5.0.0", | "react-router-dom": "^5.0.0", | ||
| "react-scripts": "^3.0.0", | "react-scripts": "^3.0.1", | ||
| "react-transition-group": "1.x", | "react-transition-group": "1.x", | ||
| "styled-components": "^4.2.0", | |||
| "ua-parser-js": "^0.7.18", | "ua-parser-js": "^0.7.18", | ||
| "web3-react": "^5.0.4" | "web3-react": "^5.0.4" | ||
| }, | }, | ||
| ... | @@ -40,14 +42,23 @@ | ... | @@ -40,14 +42,23 @@ |
| "check:format": "yarn format:base --check", | "check:format": "yarn format:base --check", | ||
| "check:all": "yarn check:lint && yarn check:format" | "check:all": "yarn check:lint && yarn check:format" | ||
| }, | }, | ||
| "license": "GPL-3.0-or-later", | "eslintConfig": { | ||
| "devDependencies": { | "extends": "react-app" | ||
| "prettier": "^1.17.0" | |||
| }, | }, | ||
| "browserslist": [ | "browserslist": { | ||
| "production": [ | |||
| ">0.2%", | ">0.2%", | ||
| "not dead", | "not dead", | ||
| "not ie <= 11", | |||
| "not op_mini all" | "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.17.0" | |||
| } | |||
| } | } |
src/contexts/Allowances.js
0 → 100644
src/contexts/Balances.js
0 → 100644
This diff is collapsed.
src/contexts/Tokens.js
0 → 100644
This diff is collapsed.
src/contexts/Transactions.js
0 → 100644
src/index.scss
deleted
100644 → 0
src/theme/index.js
0 → 100644
This diff is collapsed.
Please register or sign in to comment