Reac front end for psicometric app

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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.16.1",
  13. "@testing-library/react": "^11.2.7",
  14. "@testing-library/react-hooks": "^7.0.2",
  15. "@testing-library/user-event": "^12.8.3",
  16. "bootstrap": "^5.1.3",
  17. "date-fns": "^2.27.0",
  18. "formik": "^2.2.9",
  19. "jquery": "^3.6.0",
  20. "js-cookie": "^3.0.1",
  21. "react": "^17.0.2",
  22. "react-bootstrap": "^2.0.2",
  23. "react-dom": "^17.0.2",
  24. "react-hot-toast": "^2.2.0",
  25. "react-router": "6.2.1",
  26. "react-router-dom": "6.2.1",
  27. "react-scripts": "^5.0.0",
  28. "web-vitals": "^1.0.1",
  29. "yup": "^0.32.11"
  30. },
  31. "resolutions": {
  32. "react-error-overlay": "6.0.9"
  33. },
  34. "scripts": {
  35. "start": "react-scripts start",
  36. "build": "react-scripts build",
  37. "test": "react-scripts test",
  38. "eject": "react-scripts eject"
  39. },
  40. "eslintConfig": {
  41. "extends": [
  42. "react-app",
  43. "react-app/jest"
  44. ]
  45. },
  46. "browserslist": {
  47. "production": [
  48. ">0.2%",
  49. "not dead",
  50. "not op_mini all"
  51. ],
  52. "development": [
  53. "last 1 chrome version",
  54. "last 1 firefox version",
  55. "last 1 safari version"
  56. ]
  57. }
  58. }