uniswap-interface-uncensored/package.json

19 lines
403 B
JSON
Raw Normal View History

2017-10-28 10:55:27 +03:00
{
"name": "hello-world",
"version": "0.1.0",
"private": true,
"dependencies": {
"ramda": "^0.25.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.14",
"web3": "^1.0.0-beta.23"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}