ade904d22e
* Initial approve / unlock functionality * Refactor out getdecimal/getbalance. Add in approval limit * Change validateBalance to shouldValidateBalance * Add deepEqual and shouldComponentUpdate * Use web3 toHex util * Add pending icon and use
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "uniswap",
|
|
"homepage": ".",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"bignumber.js": "^7.2.1",
|
|
"classnames": "^2.2.6",
|
|
"d3": "^4.13.0",
|
|
"deep-equal": "^1.0.1",
|
|
"drizzle": "^1.2.3",
|
|
"drizzle-react": "^1.2.0",
|
|
"fuse": "^0.4.0",
|
|
"jazzicon": "^1.5.0",
|
|
"node-sass": "^4.9.3",
|
|
"npm": "^6.0.0",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.2.0",
|
|
"react-cookies": "^0.1.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-helmet": "^5.2.0",
|
|
"react-redux": "^5.0.7",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-router-transition": "^1.2.1",
|
|
"react-scripts": "2.0.4",
|
|
"react-scroll-to-component": "^1.0.2",
|
|
"react-select": "^1.2.1",
|
|
"react-transition-group": "1.x",
|
|
"redux": "^3.7.2",
|
|
"redux-saga": "^0.16.2",
|
|
"redux-subscriber": "^1.1.0",
|
|
"redux-thunk": "^2.2.0",
|
|
"ua-parser-js": "^0.7.18",
|
|
"web3": "^1.0.0-beta.36"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build && cp build/index.html build/404.html",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"deploy": "npm run build&&gh-pages -d build"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^1.1.0"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|