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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "axios": "^0.21.1",
  11. "date-fns": "^2.22.1",
  12. "eslint-plugin-prettier": "^3.4.0",
  13. "eslint-plugin-security": "^1.4.0",
  14. "formik": "^2.2.9",
  15. "i18next": "^20.3.1",
  16. "jsonwebtoken": "^8.5.1",
  17. "lodash": "^4.17.21",
  18. "lodash.isempty": "^4.4.0",
  19. "owasp-password-strength-test": "^1.3.0",
  20. "react": "^17.0.2",
  21. "react-dom": "^17.0.2",
  22. "react-helmet-async": "^1.0.9",
  23. "react-i18next": "^11.10.0",
  24. "react-redux": "^7.2.4",
  25. "react-router-dom": "^5.2.0",
  26. "react-scripts": "4.0.3",
  27. "react-select": "^4.3.1",
  28. "redux": "^4.1.0",
  29. "redux-saga": "^1.1.3",
  30. "sass": "^1.34.1",
  31. "web-vitals": "^1.1.2",
  32. "yup": "^0.32.9"
  33. },
  34. "scripts": {
  35. "start": "react-scripts start",
  36. "build": "react-scripts build",
  37. "test": "react-scripts test",
  38. "eject": "react-scripts eject"
  39. },
  40. "eslintConfig": {
  41. "extends": [
  42. "react-app",
  43. "react-app/jest"
  44. ]
  45. },
  46. "browserslist": {
  47. "production": [
  48. ">0.2%",
  49. "not dead",
  50. "not op_mini all"
  51. ],
  52. "development": [
  53. "last 1 chrome version",
  54. "last 1 firefox version",
  55. "last 1 safari version"
  56. ]
  57. },
  58. "devDependencies": {
  59. "eslint": "^7.28.0",
  60. "eslint-config-airbnb": "^18.2.1",
  61. "eslint-config-prettier": "^8.3.0",
  62. "eslint-plugin-import": "^2.23.4",
  63. "eslint-plugin-jsx-a11y": "^6.4.1",
  64. "eslint-plugin-react": "^7.24.0",
  65. "eslint-plugin-react-hooks": "^4.2.0",
  66. "prettier": "2.3.1"
  67. }
  68. }