Reac front end for psicometric app

package.json 1.8KB

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