Reac front end for psicometric app

package.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. "js-cookie": "^3.0.1",
  18. "react": "^17.0.2",
  19. "react-bootstrap": "^2.0.2",
  20. "react-dom": "^17.0.2",
  21. "react-router-dom": "^6.0.2",
  22. "react-scripts": "4.0.3",
  23. "web-vitals": "^1.0.1",
  24. "yup": "^0.32.11"
  25. },
  26. "scripts": {
  27. "start": "react-scripts start",
  28. "build": "react-scripts build",
  29. "test": "react-scripts test",
  30. "eject": "react-scripts eject"
  31. },
  32. "eslintConfig": {
  33. "extends": [
  34. "react-app",
  35. "react-app/jest"
  36. ]
  37. },
  38. "browserslist": {
  39. "production": [
  40. ">0.2%",
  41. "not dead",
  42. "not op_mini all"
  43. ],
  44. "development": [
  45. "last 1 chrome version",
  46. "last 1 firefox version",
  47. "last 1 safari version"
  48. ]
  49. }
  50. }