package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "mawen",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@material-ui/core": "^4.11.4",
  7. "@testing-library/jest-dom": "^5.11.10",
  8. "@testing-library/react": "^11.2.5",
  9. "@testing-library/user-event": "^12.8.3",
  10. "bootstrap": "^4.6.0",
  11. "jquery": "^3.6.0",
  12. "popper": "^1.0.1",
  13. "react": "^17.0.2",
  14. "react-bootstrap": "^1.6.0",
  15. "react-confirm-alert": "^2.7.0",
  16. "react-dom": "^17.0.2",
  17. "react-icons": "^4.2.0",
  18. "react-pro-sidebar": "^0.6.0",
  19. "react-router-dom": "^5.2.0",
  20. "react-scripts": "4.0.3",
  21. "reactjs-popup": "^2.0.4",
  22. "reactstrap": "^8.9.0",
  23. "web-vitals": "^1.1.1"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. }
  49. }