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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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/lab": "^5.0.0-alpha.120",
  10. "@mui/material": "^5.11.10",
  11. "@mui/x-data-grid": "^5.0.1",
  12. "@mui/x-date-pickers": "^5.0.10",
  13. "@reduxjs/toolkit": "^1.5.1",
  14. "@testing-library/jest-dom": "^5.13.0",
  15. "@testing-library/user-event": "^12.8.3",
  16. "@tinymce/tinymce-react": "^4.2.0",
  17. "axios": "^0.21.1",
  18. "css-mediaquery": "^0.1.2",
  19. "date-fns": "^2.29.3",
  20. "eslint-plugin-prettier": "^3.4.0",
  21. "eslint-plugin-security": "^1.4.0",
  22. "faker": "^5.5.3",
  23. "formik": "^2.2.9",
  24. "html-react-parser": "^3.0.4",
  25. "i18next": "^20.3.1",
  26. "json-server": "^0.17.0",
  27. "jsonwebtoken": "^8.5.1",
  28. "jwt-decode": "^3.1.2",
  29. "lodash": "^4.17.21",
  30. "lodash.isempty": "^4.4.0",
  31. "owasp-password-strength-test": "^1.3.0",
  32. "postcss": "^8.4.20",
  33. "react": "^17.0.2",
  34. "react-dom": "^17.0.2",
  35. "react-dropzone": "^14.2.3",
  36. "react-file-viewer": "^1.2.1",
  37. "react-helmet-async": "^1.0.9",
  38. "react-i18next": "^11.10.0",
  39. "react-mentions": "^4.4.7",
  40. "react-pretty-numbers": "^3.0.0",
  41. "react-redux": "^7.2.4",
  42. "react-router-dom": "^5.2.0",
  43. "react-scripts": "4.0.3",
  44. "react-select": "^4.3.1",
  45. "react-slick": "^0.29.0",
  46. "redux": "^4.1.0",
  47. "redux-saga": "^1.1.3",
  48. "sass": "^1.34.1",
  49. "slick-carousel": "^1.8.1",
  50. "use-dynamic-refs": "^1.0.0",
  51. "web-vitals": "^1.1.2",
  52. "yup": "^0.32.9"
  53. },
  54. "scripts": {
  55. "start": "react-scripts start",
  56. "build": "react-scripts build",
  57. "test": "react-scripts test",
  58. "eject": "react-scripts eject",
  59. "json-serve": "json-server ./db/db.js --port=4000"
  60. },
  61. "eslintConfig": {
  62. "extends": [
  63. "react-app",
  64. "react-app/jest"
  65. ]
  66. },
  67. "browserslist": {
  68. "production": [
  69. ">0.2%",
  70. "not dead",
  71. "not op_mini all"
  72. ],
  73. "development": [
  74. "last 1 chrome version",
  75. "last 1 firefox version",
  76. "last 1 safari version"
  77. ]
  78. },
  79. "devDependencies": {
  80. "@testing-library/react": "^12.1.2",
  81. "eslint": "^7.28.0",
  82. "eslint-config-airbnb": "^18.2.1",
  83. "eslint-config-prettier": "^8.3.0",
  84. "eslint-plugin-import": "^2.23.4",
  85. "eslint-plugin-jsx-a11y": "^6.4.1",
  86. "eslint-plugin-react": "^7.24.0",
  87. "eslint-plugin-react-hooks": "^4.2.0",
  88. "jest": "^26.6.0",
  89. "jest-dom": "^4.0.0",
  90. "jest-mock-axios": "^4.7.0-beta4",
  91. "prettier": "2.3.1",
  92. "react-test-renderer": "^18.2.0"
  93. }
  94. }