package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "store",
  3. "version": "0.1.0",
  4. "proxy": "http://127.0.0.1:8000/api",
  5. "private": true,
  6. "dependencies": {
  7. "@dnd-kit/core": "^5.0.3",
  8. "@emotion/react": "^11.9.0",
  9. "@emotion/styled": "^11.8.1",
  10. "@mui/material": "^5.6.4",
  11. "@testing-library/jest-dom": "^5.16.4",
  12. "@testing-library/react": "^13.2.0",
  13. "@testing-library/user-event": "^13.5.0",
  14. "array-move": "^4.0.0",
  15. "formik": "^2.2.9",
  16. "node-sass": "^7.0.1",
  17. "react": "^18.1.0",
  18. "react-dom": "^18.1.0",
  19. "react-dropzone": "^14.2.1",
  20. "react-icons": "^4.3.1",
  21. "react-redux": "^8.0.1",
  22. "react-responsive-carousel": "^3.2.23",
  23. "react-router-dom": "^6.3.0",
  24. "react-scripts": "5.0.1",
  25. "react-select": "^5.3.2",
  26. "react-sortable-hoc": "^2.0.0",
  27. "react-sortable-tree": "^2.8.0",
  28. "redux": "^4.2.0",
  29. "redux-devtools-extension": "^2.13.9",
  30. "redux-saga": "^1.1.3",
  31. "redux-thunk": "^2.4.1",
  32. "web-vitals": "^2.1.4",
  33. "yup": "^0.32.11"
  34. },
  35. "engines": {
  36. "node": "18.4.x",
  37. "npm": "7.19.x"
  38. },
  39. "scripts": {
  40. "start": "react-scripts start",
  41. "build": "react-scripts build",
  42. "test": "react-scripts test",
  43. "eject": "react-scripts eject"
  44. },
  45. "eslintConfig": {
  46. "extends": [
  47. "react-app",
  48. "react-app/jest"
  49. ]
  50. },
  51. "browserslist": {
  52. "production": [
  53. ">0.2%",
  54. "not dead",
  55. "not op_mini all"
  56. ],
  57. "development": [
  58. "last 1 chrome version",
  59. "last 1 firefox version",
  60. "last 1 safari version"
  61. ]
  62. }
  63. }