add github pages dependency and CNAME
Showing
{ | { | ||
"name": "uniswap", | "name": "uniswap", | ||
"homepage": ".", | |||
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
... | @@ -8,12 +9,15 @@ | ... | @@ -8,12 +9,15 @@ |
"react-helmet": "^5.2.0", | "react-helmet": "^5.2.0", | ||
"react-scripts": "1.1.0", | "react-scripts": "1.1.0", | ||
"react-select": "^1.2.1", | "react-select": "^1.2.1", | ||
"web3": "1.0.0-beta.18" | "web3": "1.0.0-beta.22" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
"build": "react-scripts build", | "build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | "test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | "eject": "react-scripts eject" | ||
}, | |||
"devDependencies": { | |||
"gh-pages": "^1.1.0" | |||
} | } | ||
} | } |
public/CNAME
0 → 100644
This diff is collapsed.
Please register or sign in to comment