prep for netlify integration

This commit is contained in:
Noah Zinsmeister 2019-04-15 11:14:03 -04:00
parent b3d7918806
commit 1dadec3179
No known key found for this signature in database
GPG Key ID: 83022DD49188C9F2
4 changed files with 2990 additions and 21750 deletions

4
netlify.toml Normal file

@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200

18317
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,6 +1,5 @@
{
"name": "uniswap",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
@ -38,16 +37,13 @@
},
"scripts": {
"start": "react-scripts start",
"start:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' react-scripts start",
"build": "react-scripts build && cp build/index.html build/404.html",
"build:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' react-scripts build && cp build/index.html build/404.html",
"start:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' yarn start",
"build": "react-scripts build",
"build:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' yarn build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.1.0"
"eject": "react-scripts eject"
},
"devDependencies": {},
"browserslist": [
">0.2%",
"not dead",

6405
yarn.lock

File diff suppressed because it is too large Load Diff