update i18n; kinda fix tests; remove stale dependencies (#266)
Showing
... | ... | @@ -5,38 +5,31 @@ |
"homepage": ".", | ||
"private": true, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"bignumber.js": "^7.2.1", | ||
"classnames": "^2.2.6", | ||
"d3": "^4.13.0", | ||
"deep-equal": "^1.0.1", | ||
"ethers": "^4.0.27", | ||
"fuse": "^0.4.0", | ||
"i18next": "^13.0.1", | ||
"i18next-browser-languagedetector": "^2.2.4", | ||
"i18next-xhr-backend": "^1.5.1", | ||
"i18next": "^15.0.9", | ||
"i18next-browser-languagedetector": "^3.0.1", | ||
"i18next-xhr-backend": "^2.0.1", | ||
"jazzicon": "^1.5.0", | ||
"node-sass": "^4.9.3", | ||
"npm": "^6.0.0", | ||
"node-sass": "^4.11.0", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.6", | ||
"react-cookies": "^0.1.0", | ||
"react-dom": "^16.8.6", | ||
"react-ga": "^2.5.3", | ||
"react-helmet": "^5.2.0", | ||
"react-i18next": "^8.4.0", | ||
"react-ga": "^2.5.7", | ||
"react-i18next": "^10.7.0", | ||
"react-redux": "^5.0.7", | ||
"react-responsive": "^5.0.0", | ||
"react-router-dom": "^5.0.0", | ||
"react-scripts": "^2.1.8", | ||
"react-scroll-to-component": "^1.0.2", | ||
"react-select": "^1.2.1", | ||
"react-transition-group": "1.x", | ||
"redux": "^3.7.2", | ||
"redux-subscriber": "^1.1.0", | ||
"redux-thunk": "^2.2.0", | ||
"ua-parser-js": "^0.7.18", | ||
"web3": "1.0.0-beta.52" | ||
"web3": "1.0.0-beta.52", | ||
"web3-react": "^4.0.0" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
... | ... | @@ -47,8 +40,9 @@ |
"eject": "react-scripts eject", | ||
"lint:base": "yarn eslint './src/**/*.{js,jsx}'", | ||
"format:base": "yarn prettier './src/**/*.{js,jsx,scss}'", | ||
"lint": "yarn lint:base --fix", | ||
"format": "yarn format:base --write", | ||
"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" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment