Reac front end for psicometric app

package.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "psicoadmin",
  3. "homepage": "http://psicoadmin.ditca.org",
  4. "version": "0.1.0",
  5. "private": true,
  6. "dependencies": {
  7. "@emotion/react": "^11.5.0",
  8. "@emotion/styled": "^11.3.0",
  9. "@iconify/icons-eva": "^1.1.0",
  10. "@iconify/react": "^3.1.3",
  11. "@mui/icons-material": "^5.1.0",
  12. "@mui/lab": "^5.0.0-alpha.59",
  13. "@mui/material": "^5.1.0",
  14. "@testing-library/jest-dom": "^5.16.1",
  15. "@testing-library/react": "^11.2.7",
  16. "@testing-library/react-hooks": "^7.0.2",
  17. "@testing-library/user-event": "^12.8.3",
  18. "bootstrap": "^5.1.3",
  19. "date-fns": "^2.27.0",
  20. "formik": "^2.2.9",
  21. "jquery": "^3.6.0",
  22. "js-cookie": "^3.0.1",
  23. "jwt-decode": "^3.1.2",
  24. "react": "^17.0.2",
  25. "react-bootstrap": "^2.0.2",
  26. "react-dom": "^17.0.2",
  27. "react-hot-toast": "^2.2.0",
  28. "react-query": "^3.34.12",
  29. "react-router": "6.2.1",
  30. "react-router-dom": "6.2.1",
  31. "react-scripts": "^5.0.0",
  32. "web-vitals": "^1.0.1",
  33. "yup": "^0.32.11"
  34. },
  35. "scripts": {
  36. "start": "react-scripts start",
  37. "build": "react-scripts build",
  38. "test": "react-scripts test",
  39. "eject": "react-scripts eject"
  40. },
  41. "eslintConfig": {
  42. "extends": [
  43. "react-app",
  44. "react-app/jest"
  45. ]
  46. },
  47. "browserslist": {
  48. "production": [
  49. ">0.2%",
  50. "not dead",
  51. "not op_mini all"
  52. ],
  53. "development": [
  54. "last 1 chrome version",
  55. "last 1 firefox version",
  56. "last 1 safari version"
  57. ]
  58. }
  59. }