Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "web",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@reduxjs/toolkit": "^1.5.1",
  7. "@testing-library/jest-dom": "^5.13.0",
  8. "@testing-library/react": "^11.2.7",
  9. "@testing-library/user-event": "^12.8.3",
  10. "admin-lte": "^3.1.0",
  11. "axios": "^0.21.1",
  12. "date-fns": "^2.22.1",
  13. "eslint-plugin-prettier": "^3.4.0",
  14. "eslint-plugin-security": "^1.4.0",
  15. "formik": "^2.2.9",
  16. "i18next": "^20.3.1",
  17. "jsonwebtoken": "^8.5.1",
  18. "lodash": "^4.17.21",
  19. "lodash.isempty": "^4.4.0",
  20. "owasp-password-strength-test": "^1.3.0",
  21. "react": "^17.0.2",
  22. "react-autocomplete": "^1.8.1",
  23. "react-dom": "^17.0.2",
  24. "react-helmet-async": "^1.0.9",
  25. "react-i18next": "^11.10.0",
  26. "react-redux": "^7.2.4",
  27. "react-responsive-carousel": "^3.2.19",
  28. "react-router-dom": "^5.2.0",
  29. "react-scripts": "4.0.3",
  30. "react-select": "^4.3.1",
  31. "redux": "^4.1.0",
  32. "redux-saga": "^1.1.3",
  33. "sass": "^1.34.1",
  34. "web-vitals": "^1.1.2",
  35. "yup": "^0.32.9"
  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. "devDependencies": {
  62. "eslint": "^7.28.0",
  63. "eslint-config-airbnb": "^18.2.1",
  64. "eslint-config-prettier": "^8.3.0",
  65. "eslint-plugin-import": "^2.23.4",
  66. "eslint-plugin-jsx-a11y": "^6.4.1",
  67. "eslint-plugin-react": "^7.24.0",
  68. "eslint-plugin-react-hooks": "^4.2.0",
  69. "prettier": "2.3.1"
  70. }
  71. }