package.json 937 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "form-data": "^2.3.3",
  11. "node-sass": "^4.11.0",
  12. "react": "^16.6.3",
  13. "react-dom": "^16.6.3",
  14. "react-dropzone": "^8.0.4",
  15. "react-loader-spinner": "^2.3.0",
  16. "react-md-spinner": "^0.3.0",
  17. "react-redux": "^6.0.0",
  18. "react-router-dom": "^4.3.1",
  19. "react-scripts": "^2.1.3",
  20. "redux": "^4.0.1",
  21. "redux-form": "^8.1.0",
  22. "redux-thunk": "^2.3.0",
  23. "sass": "^1.16.0"
  24. },
  25. "scripts": {
  26. "start": "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. }