uniswap-interface-uncensored/package.json

26 lines
598 B
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": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-scripts": "1.1.0",
"react-scroll-to-component": "^1.0.2",
"react-select": "^1.2.1",
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",
"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
}
}