Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 2.4KB

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