uniswap-interface-uncensored/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

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-07 01:53:46 +03:00
"classnames": "^2.2.6",
2018-03-11 08:50:54 +03:00
"d3": "^4.13.0",
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",
"npm": "^6.0.0",
2018-10-07 01:53:46 +03:00
"prop-types": "^15.6.2",
"react": "^16.2.0",
"react-cookies": "^0.1.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
2018-03-11 08:50:54 +03:00
"react-redux": "^5.0.7",
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",
"react-scroll-to-component": "^1.0.2",
"react-select": "^1.2.1",
2018-03-11 08:50:54 +03:00
"redux": "^3.7.2",
"redux-subscriber": "^1.1.0",
2018-03-11 08:50:54 +03:00
"redux-thunk": "^2.2.0",
2018-04-01 04:44:48 +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",
"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
}