Reac front end for psicometric app

package.json 1.2KB

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