package.json 806 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "eiru_automation_ui",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "axios": "^0.18.0",
  7. "history": "^4.7.2",
  8. "lodash": "^4.17.5",
  9. "material-ui": "^1.0.0-beta.40",
  10. "prop-types": "^15.6.1",
  11. "react": "^16.3.0",
  12. "react-dom": "^16.3.0",
  13. "react-helmet": "^5.2.0",
  14. "react-redux": "^5.0.7",
  15. "react-router": "^4.2.0",
  16. "react-router-dom": "^4.2.2",
  17. "react-router-redux": "^5.0.0-alpha.9",
  18. "react-scripts": "^1.1.1",
  19. "redux": "^3.7.2",
  20. "redux-thunk": "^2.2.0",
  21. "typeface-roboto": "^0.0.54"
  22. },
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test --env=jsdom",
  27. "eject": "react-scripts eject"
  28. },
  29. "devDependencies": {
  30. "redux-logger": "^3.0.6"
  31. }
  32. }