{
  "name": "sceneie",
  "version": "1.0.0",
  "description": "A movie search app.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexlee-dev/sceneie.git"
  },
  "keywords": [
    "Movie"
  ],
  "author": "Alex Lee <alex@alexlee.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexlee-dev/sceneie/issues"
  },
  "homepage": "https://sceneie.netlify.com/",
  "dependencies": {
    "axios": "^0.19.0",
    "cra-template": "1.0.0",
    "dotenv": "^8.2.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-scripts": "3.3.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
