You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.2KB

  1. {
  2. "name": "easy-receipt",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.10.8",
  7. "@emotion/styled": "^11.10.8",
  8. "@mui/icons-material": "^5.11.16",
  9. "@mui/material": "^5.12.2",
  10. "@testing-library/jest-dom": "^5.14.1",
  11. "@testing-library/react": "^13.0.0",
  12. "@testing-library/user-event": "^13.2.1",
  13. "@types/jest": "^27.0.1",
  14. "@types/lodash": "^4.14.194",
  15. "@types/node": "^16.7.13",
  16. "@types/react": "^18.0.0",
  17. "@types/react-dom": "^18.0.0",
  18. "@types/react-router-dom": "^5.3.3",
  19. "lodash": "^4.17.21",
  20. "react": "^18.2.0",
  21. "react-dom": "^18.2.0",
  22. "react-router-dom": "^6.11.0",
  23. "react-scripts": "5.0.1",
  24. "typescript": "^4.4.2",
  25. "web-vitals": "^2.1.0"
  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. }