Reac front end for psicometric app

package.json 1.3KB

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