You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "web",
  3. "version": "4.0.32",
  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. "query-string": "^7.1.1",
  28. "react": "^17.0.2",
  29. "react-autosuggest": "^10.1.0",
  30. "react-dom": "^17.0.2",
  31. "react-helmet-async": "^1.0.9",
  32. "react-i18next": "^11.10.0",
  33. "react-indiana-drag-scroll": "^2.2.0",
  34. "react-redux": "^7.2.4",
  35. "react-router-dom": "^5.2.0",
  36. "react-scripts": "4.0.3",
  37. "react-select": "^4.3.1",
  38. "react-singleton-hook": "^3.4.0",
  39. "react-spring": "^8.0.27",
  40. "react-swipeable": "^7.0.0",
  41. "react-toastify": "^9.0.3",
  42. "redux": "^4.1.0",
  43. "redux-persist": "^6.0.0",
  44. "redux-persist-transform-filter": "0.0.20",
  45. "redux-saga": "^1.1.3",
  46. "rive-react": "^3.0.23",
  47. "sass": "^1.34.1",
  48. "slate": "^0.86.0",
  49. "slate-react": "^0.86.0",
  50. "socket.io": "^4.5.1",
  51. "socket.io-client": "^4.5.1",
  52. "styled-components": "^5.3.5",
  53. "web-vitals": "^1.1.2",
  54. "yup": "^0.32.9",
  55. "yup-password": "^0.2.2"
  56. },
  57. "scripts": {
  58. "start": "react-scripts start",
  59. "build": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",
  60. "test": "react-scripts test",
  61. "eject": "react-scripts eject",
  62. "json-serve": "json-server ./db/db.js --port=4000"
  63. },
  64. "eslintConfig": {
  65. "extends": [
  66. "react-app",
  67. "react-app/jest"
  68. ]
  69. },
  70. "browserslist": {
  71. "production": [
  72. ">0.2%",
  73. "not dead",
  74. "not op_mini all"
  75. ],
  76. "development": [
  77. "last 1 chrome version",
  78. "last 1 firefox version",
  79. "last 1 safari version"
  80. ]
  81. },
  82. "devDependencies": {
  83. "eslint": "^7.28.0",
  84. "eslint-config-airbnb": "^18.2.1",
  85. "eslint-config-prettier": "^8.3.0",
  86. "eslint-plugin-import": "^2.23.4",
  87. "eslint-plugin-jsx-a11y": "^6.4.1",
  88. "eslint-plugin-react": "^7.24.0",
  89. "eslint-plugin-react-hooks": "^4.2.0",
  90. "prettier": "2.3.1"
  91. }
  92. }