Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save headwinds/04ce4fe042d23f5d13ac5080f9e12e84 to your computer and use it in GitHub Desktop.
Save headwinds/04ce4fe042d23f5d13ac5080f9e12e84 to your computer and use it in GitHub Desktop.
{
"name": "porthole",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"feedparser": "^2.2.0",
"next": "9.4.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"request": "^2.88.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment