{
|
|
"name": "wallet",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"antd": "^3.8.0",
|
|
"chart.js": "^2.7.2",
|
|
"oce-components": "git+https://github.com/opencooperativeecosystem/kit.git",
|
|
"react": "^16.4.2",
|
|
"react-chartjs-2": "^2.7.4",
|
|
"react-dom": "^16.4.2",
|
|
"react-router": "^4.2.0",
|
|
"react-router-dom": "^4.2.2",
|
|
"react-scripts": "1.1.4",
|
|
"web3": "^1.0.0-beta.35"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|