Reac front end for psicometric app

package.json 1.3KB

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