package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "my-project",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.16.1",
  7. "@testing-library/react": "^12.1.2",
  8. "@testing-library/user-event": "^13.5.0",
  9. "antd": "^4.18.2",
  10. "antd-img-crop": "^4.1.0",
  11. "array-move": "^4.0.0",
  12. "bootstrap": "^5.1.3",
  13. "react": "^17.0.2",
  14. "react-bootstrap": "^2.0.4",
  15. "react-dom": "^17.0.2",
  16. "react-dropzone": "^11.5.1",
  17. "react-redux": "^7.2.6",
  18. "react-router-dom": "^5.3.0",
  19. "react-scripts": "5.0.0",
  20. "react-sortable-hoc": "^2.0.0",
  21. "redux-saga": "^1.1.3",
  22. "redux-thunk": "^2.4.1",
  23. "web-vitals": "^2.1.2"
  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. "devDependencies": {
  50. "@babel/eslint-parser": "^7.16.5",
  51. "@babel/preset-react": "^7.16.7",
  52. "eslint": "^7.32.0",
  53. "eslint-config-standard": "^16.0.3",
  54. "eslint-plugin-import": "^2.25.4",
  55. "eslint-plugin-node": "^11.1.0",
  56. "eslint-plugin-promise": "^5.2.0",
  57. "eslint-plugin-react": "^7.28.0"
  58. }
  59. }