package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "projectreact",
  3. "version": "0.1.0",
  4. "private": true,
  5. "proxy": "http://snippet.asmer.fs.a-level.com.ua",
  6. "dependencies": {
  7. "@testing-library/jest-dom": "^5.14.1",
  8. "@testing-library/react": "^11.2.7",
  9. "@testing-library/user-event": "^12.8.3",
  10. "ace-builds": "^1.4.12",
  11. "chroma-js": "^2.1.2",
  12. "mdbreact": "^5.1.0",
  13. "react": "^17.0.2",
  14. "react-ace": "^9.4.4",
  15. "react-animated-cursor": "^2.2.0",
  16. "react-avatar-edit": "^1.0.0",
  17. "react-dom": "^17.0.2",
  18. "react-dropzone": "^11.4.2",
  19. "react-redux": "^7.2.5",
  20. "react-router-dom": "^5.3.0",
  21. "react-scripts": "4.0.3",
  22. "react-select": "^5.0.0",
  23. "redux": "^4.1.1",
  24. "redux-thunk": "^2.3.0",
  25. "web-vitals": "^1.1.2"
  26. },
  27. "scripts": {
  28. "start": "react-scripts start",
  29. "build": "react-scripts build",
  30. "test": "react-scripts test",
  31. "eject": "react-scripts eject"
  32. },
  33. "eslintConfig": {
  34. "extends": [
  35. "react-app",
  36. "react-app/jest"
  37. ]
  38. },
  39. "browserslist": {
  40. "production": [
  41. ">0.2%",
  42. "not dead",
  43. "not op_mini all"
  44. ],
  45. "development": [
  46. "last 1 chrome version",
  47. "last 1 firefox version",
  48. "last 1 safari version"
  49. ]
  50. }
  51. }