a9b8740734
Began porting some function and state names to more generic descriptors like inputToken & outputToken thats align more closely with the proposed UX model in this design. Needs discussion.
21 lines
461 B
JSON
21 lines
461 B
JSON
{
|
|
"name": "uniswap",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-helmet": "^5.2.0",
|
|
"react-scripts": "1.1.0",
|
|
"react-select": "^1.2.1",
|
|
"react-web3": "^0.4.4",
|
|
"web3": "1.0.0-beta.18"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|