package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "hipstagram",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "http://hipstagram.node.ed.asmer.org.ua",
  6. "dependencies": {
  7. "@ant-design/icons": "^4.7.0",
  8. "@testing-library/jest-dom": "^5.16.2",
  9. "@testing-library/react": "^12.1.2",
  10. "@testing-library/user-event": "^13.5.0",
  11. "antd": "^4.18.6",
  12. "antd-img-crop": "^4.2.3",
  13. "array-move": "^4.0.0",
  14. "cors": "^2.8.5",
  15. "emoji-mart": "^3.0.1",
  16. "emoji-picker-react": "^3.5.1",
  17. "emoji-regex": "^10.1.0",
  18. "moment": "^2.29.2",
  19. "react": "^17.0.2",
  20. "react-avatar-editor": "^13.0.0",
  21. "react-dom": "^17.0.2",
  22. "react-dropzone": "^12.0.2",
  23. "react-input-emoji": "^4.1.0",
  24. "react-native-emoji-selector": "^0.2.0",
  25. "react-redux": "^7.2.6",
  26. "react-responsive-carousel": "^3.2.22",
  27. "react-router-dom": "^5.3.0",
  28. "react-scripts": "5.0.0",
  29. "react-sortable-hoc": "^2.0.0",
  30. "react-string-replace": "^1.0.0",
  31. "redux": "^4.1.2",
  32. "redux-saga": "^1.1.3",
  33. "redux-thunk": "^2.4.1",
  34. "saga": "^4.0.0-alpha",
  35. "web-vitals": "^2.1.4"
  36. },
  37. "scripts": {
  38. "start": "react-scripts start",
  39. "build": "react-scripts build",
  40. "test": "react-scripts test",
  41. "eject": "react-scripts eject"
  42. },
  43. "eslintConfig": {
  44. "extends": [
  45. "react-app",
  46. "react-app/jest"
  47. ]
  48. },
  49. "browserslist": {
  50. "production": [
  51. ">0.2%",
  52. "not dead",
  53. "not op_mini all"
  54. ],
  55. "development": [
  56. "last 1 chrome version",
  57. "last 1 firefox version",
  58. "last 1 safari version"
  59. ]
  60. },
  61. "devDependencies": {
  62. "sass": "^1.49.7"
  63. }
  64. }