Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. {
  2. "name": "cuco-react",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^3.9.2",
  7. "@material-ui/icons": "^3.0.2",
  8. "http-proxy-middleware": "^0.19.1",
  9. "imagesloaded": "^4.1.4",
  10. "inflection": "^1.12.0",
  11. "lodash": "^4.17.11",
  12. "material-icons-react": "^1.0.4",
  13. "react": "^16.8.3",
  14. "react-currency-format": "^1.0.0",
  15. "react-dom": "^16.8.3",
  16. "react-paginate": "^6.3.0",
  17. "react-redux": "^6.0.1",
  18. "react-router-dom": "^4.3.1",
  19. "react-scripts": "2.1.5",
  20. "react-sizeme": "^2.5.2",
  21. "react-stack-grid": "^0.7.1",
  22. "redux": "^4.0.1",
  23. "redux-thunk": "^2.3.0"
  24. },
  25. "scripts": {
  26. "start": "PORT=3003 react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": "react-app"
  33. },
  34. "browserslist": [
  35. ">0.2%",
  36. "not dead",
  37. "not ie <= 11",
  38. "not op_mini all"
  39. ]
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement