package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "diploma",
  3. "version": "0.1.0",
  4. "proxy":"https://diploma-back-django.herokuapp.com/",
  5. "private": true,
  6. "dependencies": {
  7. "@dnd-kit/core": "^5.0.3",
  8. "@emotion/react": "^11.9.0",
  9. "@emotion/styled": "^11.8.1",
  10. "@mui/material": "^5.6.4",
  11. "@testing-library/jest-dom": "^5.16.4",
  12. "@testing-library/react": "^13.2.0",
  13. "@testing-library/user-event": "^13.5.0",
  14. "array-move": "^4.0.0",
  15. "formik": "^2.2.9",
  16. "node-sass": "^7.0.1",
  17. "react": "^18.1.0",
  18. "react-dom": "^18.1.0",
  19. "react-dropzone": "^14.2.1",
  20. "react-icons": "^4.3.1",
  21. "react-redux": "^8.0.1",
  22. "react-responsive-carousel": "^3.2.23",
  23. "react-router-dom": "^6.3.0",
  24. "react-scripts": "5.0.1",
  25. "react-select": "^5.3.2",
  26. "react-sortable-hoc": "^2.0.0",
  27. "redux": "^4.2.0",
  28. "redux-devtools-extension": "^2.13.9",
  29. "redux-thunk": "^2.4.1",
  30. "web-vitals": "^2.1.4",
  31. "yup": "^0.32.11"
  32. },
  33. "scripts": {
  34. "start": "react-scripts start",
  35. "build": "react-scripts build",
  36. "test": "react-scripts test",
  37. "eject": "react-scripts eject"
  38. },
  39. "eslintConfig": {
  40. "extends": [
  41. "react-app",
  42. "react-app/jest"
  43. ]
  44. },
  45. "browserslist": {
  46. "production": [
  47. ">0.2%",
  48. "not dead",
  49. "not op_mini all"
  50. ],
  51. "development": [
  52. "last 1 chrome version",
  53. "last 1 firefox version",
  54. "last 1 safari version"
  55. ]
  56. }
  57. }