Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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.16.5",
  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.1",
  18. "eslint-plugin-security": "^1.7.1",
  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. "qs": "^6.11.0",
  28. "react": "^17.0.2",
  29. "react-dom": "^17.0.2",
  30. "react-helmet-async": "^1.0.9",
  31. "react-i18next": "^11.10.0",
  32. "react-idle-timer": "^5.4.2",
  33. "react-redux": "^7.2.4",
  34. "react-router-dom": "^5.2.0",
  35. "react-scripts": "4.0.3",
  36. "react-select": "^4.3.1",
  37. "react-toastify": "9.0.3",
  38. "redux": "^4.1.0",
  39. "redux-saga": "^1.1.3",
  40. "sass": "^1.34.1",
  41. "web-vitals": "^1.1.2",
  42. "yup": "^0.32.9"
  43. },
  44. "scripts": {
  45. "start": "react-scripts start",
  46. "build": "react-scripts build",
  47. "test": "react-scripts test",
  48. "eject": "react-scripts eject",
  49. "json-serve": "json-server ./db/db.js --port=4000"
  50. },
  51. "eslintConfig": {
  52. "extends": [
  53. "react-app",
  54. "react-app/jest"
  55. ]
  56. },
  57. "browserslist": {
  58. "production": [
  59. ">0.2%",
  60. "not dead",
  61. "not op_mini all"
  62. ],
  63. "development": [
  64. "last 1 chrome version",
  65. "last 1 firefox version",
  66. "last 1 safari version"
  67. ]
  68. },
  69. "devDependencies": {
  70. "eslint": "^7.28.0",
  71. "eslint-config-airbnb": "^18.2.1",
  72. "eslint-config-prettier": "^8.6.0",
  73. "eslint-plugin-import": "^2.23.4",
  74. "eslint-plugin-jsx-a11y": "^6.7.1",
  75. "eslint-plugin-react": "^7.24.0",
  76. "eslint-plugin-react-hooks": "^4.6.0",
  77. "prettier": "2.3.1"
  78. }
  79. }