package.json 879 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "final_project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^3.9.0",
  7. "@material-ui/lab": "^3.0.0-alpha.28",
  8. "antd": "^3.11.2",
  9. "axios": "^0.18.0",
  10. "node-sass": "^4.11.0",
  11. "react": "^16.6.3",
  12. "react-dom": "^16.6.3",
  13. "react-loader-spinner": "^2.3.0",
  14. "react-md-spinner": "^0.3.0",
  15. "react-redux": "^6.0.0",
  16. "react-router-dom": "^4.3.1",
  17. "react-scripts": "^2.1.3",
  18. "redux": "^4.0.1",
  19. "redux-form": "^8.1.0",
  20. "redux-thunk": "^2.3.0",
  21. "sass": "^1.16.0"
  22. },
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "eslintConfig": {
  30. "extends": "react-app"
  31. },
  32. "browserslist": [
  33. ">0.2%",
  34. "not dead",
  35. "not ie <= 11",
  36. "not op_mini all"
  37. ]
  38. }