{
  "name": "hntail",
  "version": "0.0.1",
  "description": "Tail HackerNews comments",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start"
  },
  "author": {
    "email": "matiassurdi@gmail.com",
    "name": "Matías Emanuel Surdi",
    "url": "https://github.com/msurdi"
  },
  "keywords": [
    "hackernews",
    "hn",
    "tail",
    "comments"
  ],
  "bugs": {
    "url": "https://github.com/hntail/hntail/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hntail/hntail.git"
  },
  "homepage": "https://hntail.github.io",
  "license": "MIT",
  "devDependencies": {
    "babel-plugin-styled-components": "^1.12.0",
    "eslint": "^7.15.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.2.0",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "prettier": "^2.2.1"
  },
  "dependencies": {
    "date-fns": "^2.16.1",
    "html-react-parser": "^0.14.2",
    "lodash": "^4.17.20",
    "next": "^10.0.3",
    "query-string": "^6.13.7",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "styled-components": "^5.2.1",
    "styled-normalize": "^8.0.7"
  }
}
