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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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-modal": "^3.14.3",
  27. "react-redux": "^7.2.4",
  28. "react-responsive-carousel": "^3.2.19",
  29. "react-router-dom": "^5.2.0",
  30. "react-scripts": "4.0.3",
  31. "react-select": "^4.3.1",
  32. "redux": "^4.1.0",
  33. "redux-saga": "^1.1.3",
  34. "sass": "^1.34.1",
  35. "web-vitals": "^1.1.2",
  36. "yup": "^0.32.9"
  37. },
  38. "scripts": {
  39. "start": "set PORT=5500 && react-scripts start ",
  40. "build": "react-scripts build",
  41. "test": "react-scripts test",
  42. "eject": "react-scripts eject"
  43. },
  44. "eslintConfig": {
  45. "extends": [
  46. "react-app",
  47. "react-app/jest"
  48. ]
  49. },
  50. "browserslist": {
  51. "production": [
  52. ">0.2%",
  53. "not dead",
  54. "not op_mini all"
  55. ],
  56. "development": [
  57. "last 1 chrome version",
  58. "last 1 firefox version",
  59. "last 1 safari version"
  60. ]
  61. },
  62. "devDependencies": {
  63. "eslint": "^7.28.0",
  64. "eslint-config-airbnb": "^18.2.1",
  65. "eslint-config-prettier": "^8.3.0",
  66. "eslint-plugin-import": "^2.23.4",
  67. "eslint-plugin-jsx-a11y": "^6.4.1",
  68. "eslint-plugin-react": "^7.24.0",
  69. "eslint-plugin-react-hooks": "^4.2.0",
  70. "prettier": "2.3.1"
  71. }
  72. }