Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.0KB

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