Advertisement
Dodo67

PackageJson

Feb 3rd, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {
  2. "name": "client",
  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. "axios": "^0.25.0",
  10. "body-parser": "^1.19.1",
  11. "dotenv": "^15.0.0",
  12. "js-cookie": "^3.0.1",
  13. "jsonwebtoken": "^8.5.1",
  14. "morgan": "^1.10.0",
  15. "react": "^17.0.2",
  16. "react-dom": "^17.0.2",
  17. "react-facebook-login": "^4.1.1",
  18. "react-google-login": "^5.2.2",
  19. "react-router-dom": "^6.2.1",
  20. "react-scripts": "5.0.0",
  21. "react-toastify": "^8.1.0",
  22. "web-vitals": "^2.1.4"
  23. },
  24. "scripts": {
  25. "start": "react-scripts start",
  26. "build": "react-scripts build",
  27. "test": "react-scripts test",
  28. "eject": "react-scripts eject"
  29. },
  30. "eslintConfig": {
  31. "extends": [
  32. "react-app",
  33. "react-app/jest"
  34. ]
  35. },
  36. "browserslist": {
  37. "production": [
  38. ">0.2%",
  39. "not dead",
  40. "not op_mini all"
  41. ],
  42. "development": [
  43. "last 1 chrome version",
  44. "last 1 firefox version",
  45. "last 1 safari version"
  46. ]
  47. }
  48. }
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement