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",
|
2018-10-10 13:12:45 +03:00
|
|
|
"bignumber.js": "^7.2.1",
|
2018-10-07 01:53:46 +03:00
|
|
|
"classnames": "^2.2.6",
|
2018-03-11 08:50:54 +03:00
|
|
|
"d3": "^4.13.0",
|
2018-10-20 08:53:14 +03:00
|
|
|
"deep-equal": "^1.0.1",
|
2018-10-07 12:38:43 +03:00
|
|
|
"fuse": "^0.4.0",
|
2018-12-29 08:36:49 +03:00
|
|
|
"i18next": "^13.0.1",
|
|
|
|
"i18next-browser-languagedetector": "^2.2.4",
|
|
|
|
"i18next-xhr-backend": "^1.5.1",
|
2018-10-07 01:53:46 +03:00
|
|
|
"jazzicon": "^1.5.0",
|
2018-10-07 00:24:17 +03:00
|
|
|
"node-sass": "^4.9.3",
|
2018-05-09 18:15:45 +03:00
|
|
|
"npm": "^6.0.0",
|
2018-10-07 01:53:46 +03:00
|
|
|
"prop-types": "^15.6.2",
|
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",
|
2018-10-28 14:05:08 +03:00
|
|
|
"react-ga": "^2.5.3",
|
2018-01-18 22:11:51 +03:00
|
|
|
"react-helmet": "^5.2.0",
|
2018-12-29 08:36:49 +03:00
|
|
|
"react-i18next": "^8.4.0",
|
2018-03-11 08:50:54 +03:00
|
|
|
"react-redux": "^5.0.7",
|
2018-10-28 02:43:16 +03:00
|
|
|
"react-responsive": "^5.0.0",
|
2018-10-07 00:30:20 +03:00
|
|
|
"react-router-dom": "^4.3.1",
|
2018-10-07 00:24:17 +03:00
|
|
|
"react-scripts": "2.0.4",
|
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-10-07 12:38:43 +03:00
|
|
|
"react-transition-group": "1.x",
|
2018-03-11 08:50:54 +03:00
|
|
|
"redux": "^3.7.2",
|
2018-03-20 07:11:30 +03:00
|
|
|
"redux-subscriber": "^1.1.0",
|
2018-03-11 08:50:54 +03:00
|
|
|
"redux-thunk": "^2.2.0",
|
2018-10-07 16:01:45 +03:00
|
|
|
"ua-parser-js": "^0.7.18",
|
2018-10-07 14:31:17 +03:00
|
|
|
"web3": "^1.0.0-beta.36"
|
2017-10-28 10:55:27 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
2018-10-28 13:06:53 +03:00
|
|
|
"start:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' react-scripts start",
|
2018-10-17 13:42:41 +03:00
|
|
|
"build": "react-scripts build && cp build/index.html build/404.html",
|
2018-10-28 13:06:53 +03:00
|
|
|
"build:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' react-scripts build && cp build/index.html build/404.html",
|
2017-10-28 10:55:27 +03:00
|
|
|
"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"
|
2018-10-07 00:24:17 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2017-10-28 10:55:27 +03:00
|
|
|
}
|