prep for netlify integration
Showing
netlify.toml
0 → 100644
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
{ | { | ||
"name": "uniswap", | "name": "uniswap", | ||
"homepage": ".", | |||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
... | @@ -38,16 +37,13 @@ | ... | @@ -38,16 +37,13 @@ |
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
"start:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' react-scripts start", | "start:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' yarn start", | ||
"build": "react-scripts build && cp build/index.html build/404.html", | "build": "react-scripts build", | ||
"build:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' react-scripts build && cp build/index.html build/404.html", | "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" | ||
"deploy": "npm run build&&gh-pages -d build" | |||
}, | |||
"devDependencies": { | |||
"gh-pages": "^1.1.0" | |||
}, | }, | ||
"devDependencies": {}, | |||
"browserslist": [ | "browserslist": [ | ||
">0.2%", | ">0.2%", | ||
"not dead", | "not dead", | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment