This is my website that contains my portfolio and some of my ramblings done with React and Bootstrap
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1KB

  1. {
  2. "name": "rubenruiz.org",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@fortawesome/fontawesome-svg-core": "^1.2.26",
  7. "@fortawesome/free-brands-svg-icons": "^5.12.0",
  8. "@fortawesome/free-regular-svg-icons": "^5.12.0",
  9. "@fortawesome/free-solid-svg-icons": "^5.12.0",
  10. "@fortawesome/react-fontawesome": "^0.1.8",
  11. "bootstrap": "^4.3.1",
  12. "react": "^16.12.0",
  13. "react-bootstrap": "^1.0.0-beta.16",
  14. "react-dom": "^16.12.0",
  15. "react-fontawesome": "^1.7.1",
  16. "react-markdown": "^4.2.2",
  17. "react-router-dom": "^5.1.2",
  18. "react-scripts": "3.2.0",
  19. "react-scrollable-anchor": "^0.6.1",
  20. "react-scrollspy": "^3.4.2",
  21. "whatwg-fetch": "^3.0.0"
  22. },
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "eslintConfig": {
  30. "extends": "react-app"
  31. },
  32. "browserslist": {
  33. "production": [
  34. ">0.2%",
  35. "not dead",
  36. "not op_mini all"
  37. ],
  38. "development": [
  39. "last 1 chrome version",
  40. "last 1 firefox version",
  41. "last 1 safari version"
  42. ]
  43. }
  44. }