package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "devextreme": "^21.1.3",
  12. "devextreme-react": "^21.1.3",
  13. "jquery": "^3.6.0",
  14. "popper": "^1.0.1",
  15. "react": "^17.0.2",
  16. "react-bootstrap": "^1.6.0",
  17. "react-confirm-alert": "^2.7.0",
  18. "react-dom": "^17.0.2",
  19. "react-icons": "^4.2.0",
  20. "react-pro-sidebar": "^0.6.0",
  21. "react-router-dom": "^5.2.0",
  22. "react-scripts": "4.0.3",
  23. "react-snap": "^1.23.0",
  24. "reactstrap": "^8.9.0",
  25. "web-vitals": "^1.1.1"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "react-scripts build",
  30. "postbuild": "react-snap",
  31. "test": "react-scripts test",
  32. "eject": "react-scripts eject"
  33. },
  34. "eslintConfig": {
  35. "extends": [
  36. "react-app",
  37. "react-app/jest"
  38. ]
  39. },
  40. "browserslist": {
  41. "production": [
  42. ">0.2%",
  43. "not dead",
  44. "not op_mini all"
  45. ],
  46. "development": [
  47. "last 1 chrome version",
  48. "last 1 firefox version",
  49. "last 1 safari version"
  50. ]
  51. }
  52. }