Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. // MERN_A_to_Z_Client - package.json
  2.  
  3. {
  4. "name": "mern_a_to_z_client",
  5. "version": "0.1.0",
  6. "private": true,
  7. "dependencies": {
  8. "axios": "^0.19.0",
  9. "react": "^16.8.6",
  10. "react-dom": "^16.8.6",
  11. "react-router-dom": "^5.0.1",
  12. "react-scripts": "3.0.1"
  13. },
  14. "scripts": {
  15. "start": "react-scripts start",
  16. "build": "react-scripts build",
  17. "test": "react-scripts test",
  18. "eject": "react-scripts eject"
  19. },
  20. "eslintConfig": {
  21. "extends": "react-app"
  22. },
  23. "browserslist": {
  24. "production": [
  25. ">0.2%",
  26. "not dead",
  27. "not op_mini all"
  28. ],
  29. "development": [
  30. "last 1 chrome version",
  31. "last 1 firefox version",
  32. "last 1 safari version"
  33. ]
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement