Reac front end for psicometric app

package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "@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. "jwt-decode": "^3.1.2",
  22. "react": "^17.0.2",
  23. "react-bootstrap": "^2.0.2",
  24. "react-dom": "^17.0.2",
  25. "react-hot-toast": "^2.2.0",
  26. "react-query": "^3.34.12",
  27. "react-router": "6.2.1",
  28. "react-router-dom": "6.2.1",
  29. "react-scripts": "^5.0.0",
  30. "web-vitals": "^1.0.1",
  31. "yup": "^0.32.11"
  32. },
  33. "scripts": {
  34. "start": "react-scripts start",
  35. "build": "react-scripts build",
  36. "test": "react-scripts test",
  37. "eject": "react-scripts eject"
  38. },
  39. "eslintConfig": {
  40. "extends": [
  41. "react-app",
  42. "react-app/jest"
  43. ]
  44. },
  45. "browserslist": {
  46. "production": [
  47. ">0.2%",
  48. "not dead",
  49. "not op_mini all"
  50. ],
  51. "development": [
  52. "last 1 chrome version",
  53. "last 1 firefox version",
  54. "last 1 safari version"
  55. ]
  56. }
  57. }