package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "mdbreact": "^5.1.0",
  12. "react": "^17.0.2",
  13. "react-ace": "^9.4.4",
  14. "react-animated-cursor": "^2.2.0",
  15. "react-avatar-edit": "^1.0.0",
  16. "react-dom": "^17.0.2",
  17. "react-dropzone": "^11.4.2",
  18. "react-redux": "^7.2.5",
  19. "react-router-dom": "^5.3.0",
  20. "react-scripts": "4.0.3",
  21. "redux": "^4.1.1",
  22. "redux-thunk": "^2.3.0",
  23. "web-vitals": "^1.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. }