2017-10-28 10:55:27 +03:00
|
|
|
{
|
2017-11-02 23:43:27 +03:00
|
|
|
"name": "uniswap",
|
2018-01-21 05:28:50 +03:00
|
|
|
"homepage": ".",
|
2017-10-28 10:55:27 +03:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-03-11 08:50:54 +03:00
|
|
|
"axios": "^0.18.0",
|
|
|
|
"d3": "^4.13.0",
|
2018-01-18 22:11:51 +03:00
|
|
|
"react": "^16.2.0",
|
2018-01-22 23:08:19 +03:00
|
|
|
"react-cookies": "^0.1.0",
|
2018-01-18 22:11:51 +03:00
|
|
|
"react-dom": "^16.2.0",
|
|
|
|
"react-helmet": "^5.2.0",
|
2018-03-11 08:50:54 +03:00
|
|
|
"react-redux": "^5.0.7",
|
2018-01-18 22:11:51 +03:00
|
|
|
"react-scripts": "1.1.0",
|
2018-01-22 22:05:22 +03:00
|
|
|
"react-scroll-to-component": "^1.0.2",
|
2018-01-18 22:11:51 +03:00
|
|
|
"react-select": "^1.2.1",
|
2018-03-11 08:50:54 +03:00
|
|
|
"redux": "^3.7.2",
|
|
|
|
"redux-thunk": "^2.2.0",
|
2018-01-21 05:28:50 +03:00
|
|
|
"web3": "1.0.0-beta.22"
|
2017-10-28 10:55:27 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
2018-01-21 05:34:40 +03:00
|
|
|
"eject": "react-scripts eject",
|
2018-01-22 22:05:22 +03:00
|
|
|
"deploy": "npm run build&&gh-pages -d build"
|
2018-01-21 05:28:50 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"gh-pages": "^1.1.0"
|
2017-10-28 10:55:27 +03:00
|
|
|
}
|
|
|
|
}
|