{
  "name": "my-react-portfolio",
  "version": "1.0.2",
  "description": "A reusable and customizable React portfolio template.",
  "private": false,
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/andrewgomez1992/my-react-portfolio.git"
  },
  "author": "Andrew Gomez",
  "license": "MIT",
  "keywords": [
    "react",
    "portfolio",
    "template",
    "npm-package",
    "customizable",
    "web-developer"
  ],
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "dependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-icons": "^4.3.1",
    "styled-components": "^6.1.13"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
