package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "bonita",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.7.1",
  7. "@emotion/styled": "^11.6.0",
  8. "@mui/icons-material": "^5.2.5",
  9. "@mui/material": "^5.2.6",
  10. "@testing-library/jest-dom": "^5.16.1",
  11. "@testing-library/react": "^12.1.2",
  12. "@testing-library/user-event": "^13.5.0",
  13. "array-move": "^4.0.0",
  14. "history": "^4.10.1",
  15. "react": "^17.0.2",
  16. "react-dom": "^17.0.2",
  17. "react-dropzone": "^11.5.1",
  18. "react-redux": "^7.2.6",
  19. "react-router-dom": "^5.3.0",
  20. "react-scripts": "5.0.0",
  21. "react-sortable-hoc": "^2.0.0",
  22. "redux": "^4.1.2",
  23. "redux-devtools-extension": "^2.13.9",
  24. "redux-saga": "^1.1.3",
  25. "surge": "^0.23.1",
  26. "web-vitals": "^2.1.2"
  27. },
  28. "scripts": {
  29. "start": "react-scripts start",
  30. "build": "react-scripts build",
  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. "devDependencies": {
  53. "eslint": "^7.11.0",
  54. "eslint-config-airbnb": "^19.0.0",
  55. "eslint-plugin-import": "^2.25.3",
  56. "eslint-plugin-jsx-a11y": "^6.5.1",
  57. "eslint-plugin-react": "^7.28.0",
  58. "eslint-plugin-react-hooks": "^4.3.0",
  59. "sass": "^1.45.1"
  60. }
  61. }