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.

20 lines
518 B

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