You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
598 B

6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "name": "wallet",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "antd": "^3.8.0",
  7. "chart.js": "^2.7.2",
  8. "oce-components": "git+https://github.com/opencooperativeecosystem/kit.git",
  9. "react": "^16.4.2",
  10. "react-chartjs-2": "^2.7.4",
  11. "react-dom": "^16.4.2",
  12. "react-router": "^4.2.0",
  13. "react-router-dom": "^4.2.2",
  14. "react-scripts": "1.1.4",
  15. "web3": "1.0.0-beta.33"
  16. },
  17. "scripts": {
  18. "start": "react-scripts start",
  19. "build": "react-scripts build",
  20. "test": "react-scripts test --env=jsdom",
  21. "eject": "react-scripts eject"
  22. }
  23. }