Merge pull request #265 from NoahZinsmeister/netlify
various dev/bug fixes for vscode/netlify/travis
Showing
.eslintrc
0 → 100644
.prettierrc
0 → 100644
.travis.yml
0 → 100644
| { | { | ||
| "name": "uniswap", | "name": "uniswap", | ||
| "description": "Uniswap Exchange Protocol", | |||
| "version": "0.1.0", | "version": "0.1.0", | ||
| "homepage": ".", | |||
| "private": true, | "private": true, | ||
| "dependencies": { | "dependencies": { | ||
| "axios": "^0.18.0", | "axios": "^0.18.0", | ||
| ... | @@ -16,7 +18,7 @@ | ... | @@ -16,7 +18,7 @@ |
| "jazzicon": "^1.5.0", | "jazzicon": "^1.5.0", | ||
| "node-sass": "^4.9.3", | "node-sass": "^4.9.3", | ||
| "npm": "^6.0.0", | "npm": "^6.0.0", | ||
| "prop-types": "^15.6.2", | "prop-types": "^15.7.2", | ||
| "react": "^16.8.6", | "react": "^16.8.6", | ||
| "react-cookies": "^0.1.0", | "react-cookies": "^0.1.0", | ||
| "react-dom": "^16.8.6", | "react-dom": "^16.8.6", | ||
| ... | @@ -25,7 +27,7 @@ | ... | @@ -25,7 +27,7 @@ |
| "react-i18next": "^8.4.0", | "react-i18next": "^8.4.0", | ||
| "react-redux": "^5.0.7", | "react-redux": "^5.0.7", | ||
| "react-responsive": "^5.0.0", | "react-responsive": "^5.0.0", | ||
| "react-router-dom": "^4.3.1", | "react-router-dom": "^5.0.0", | ||
| "react-scripts": "^2.1.8", | "react-scripts": "^2.1.8", | ||
| "react-scroll-to-component": "^1.0.2", | "react-scroll-to-component": "^1.0.2", | ||
| "react-select": "^1.2.1", | "react-select": "^1.2.1", | ||
| ... | @@ -42,9 +44,19 @@ | ... | @@ -42,9 +44,19 @@ |
| "build": "react-scripts build", | "build": "react-scripts build", | ||
| "build:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' yarn build", | "build:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' yarn build", | ||
| "test": "react-scripts test --env=jsdom", | "test": "react-scripts test --env=jsdom", | ||
| "eject": "react-scripts eject" | "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", | |||
| "check:lint": "yarn lint:base", | |||
| "check:format": "yarn format:base --check", | |||
| "check:all": "yarn check:lint && yarn check:format" | |||
| }, | |||
| "license": "GPL-3.0-or-later", | |||
| "devDependencies": { | |||
| "prettier": "^1.17.0" | |||
| }, | }, | ||
| "devDependencies": {}, | |||
| "browserslist": [ | "browserslist": [ | ||
| ">0.2%", | ">0.2%", | ||
| "not dead", | "not dead", | ||
| ... | ... |
public/CNAME
deleted
100644 → 0
public/_redirect
deleted
100644 → 0
public/🦄.png
deleted
100644 → 0
13.7 KB