package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "engines": {
  34. "node": "16.5.x",
  35. "npm": "7.19.x"
  36. },
  37. "scripts": {
  38. "start": "react-scripts start",
  39. "build": "react-scripts build",
  40. "test": "react-scripts test",
  41. "eject": "react-scripts eject"
  42. },
  43. "eslintConfig": {
  44. "extends": [
  45. "react-app",
  46. "react-app/jest"
  47. ]
  48. },
  49. "browserslist": {
  50. "production": [
  51. ">0.2%",
  52. "not dead",
  53. "not op_mini all"
  54. ],
  55. "development": [
  56. "last 1 chrome version",
  57. "last 1 firefox version",
  58. "last 1 safari version"
  59. ]
  60. }
  61. }