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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "web",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.5.0",
  7. "@emotion/styled": "^11.3.0",
  8. "@mui/icons-material": "^5.0.5",
  9. "@mui/material": "^5.0.6",
  10. "@mui/x-data-grid": "^5.0.1",
  11. "@reduxjs/toolkit": "^1.5.1",
  12. "@testing-library/jest-dom": "^5.13.0",
  13. "@testing-library/react": "^11.2.7",
  14. "@testing-library/user-event": "^12.8.3",
  15. "axios": "^0.21.1",
  16. "date-fns": "^2.22.1",
  17. "eslint-plugin-prettier": "^3.4.0",
  18. "eslint-plugin-security": "^1.4.0",
  19. "faker": "^5.5.3",
  20. "formik": "^2.2.9",
  21. "i18next": "^20.3.1",
  22. "json-server": "^0.17.0",
  23. "jsonwebtoken": "^8.5.1",
  24. "lodash": "^4.17.21",
  25. "lodash.isempty": "^4.4.0",
  26. "owasp-password-strength-test": "^1.3.0",
  27. "react": "^17.0.2",
  28. "react-dom": "^17.0.2",
  29. "react-helmet-async": "^1.0.9",
  30. "react-i18next": "^11.10.0",
  31. "react-redux": "^7.2.4",
  32. "react-router-dom": "^5.2.0",
  33. "react-scripts": "4.0.3",
  34. "react-select": "^4.3.1",
  35. "redux": "^4.1.0",
  36. "redux-persist": "^6.0.0",
  37. "redux-persist-transform-filter": "0.0.20",
  38. "redux-saga": "^1.1.3",
  39. "sass": "^1.34.1",
  40. "web-vitals": "^1.1.2",
  41. "yup": "^0.32.9"
  42. },
  43. "scripts": {
  44. "start": "react-scripts start",
  45. "build": "react-scripts build",
  46. "test": "react-scripts test",
  47. "eject": "react-scripts eject",
  48. "json-serve": "json-server ./db/db.js --port=4000"
  49. },
  50. "eslintConfig": {
  51. "extends": [
  52. "react-app",
  53. "react-app/jest"
  54. ]
  55. },
  56. "browserslist": {
  57. "production": [
  58. ">0.2%",
  59. "not dead",
  60. "not op_mini all"
  61. ],
  62. "development": [
  63. "last 1 chrome version",
  64. "last 1 firefox version",
  65. "last 1 safari version"
  66. ]
  67. },
  68. "devDependencies": {
  69. "eslint": "^7.28.0",
  70. "eslint-config-airbnb": "^18.2.1",
  71. "eslint-config-prettier": "^8.3.0",
  72. "eslint-plugin-import": "^2.23.4",
  73. "eslint-plugin-jsx-a11y": "^6.4.1",
  74. "eslint-plugin-react": "^7.24.0",
  75. "eslint-plugin-react-hooks": "^4.2.0",
  76. "prettier": "2.3.1"
  77. }
  78. }