Created
May 31, 2020 00:34
-
-
Save headwinds/04ce4fe042d23f5d13ac5080f9e12e84 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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