Created
May 2, 2020 10:01
-
-
Save leifermendez/51acec7e353992a5ccba8d555c9af978 to your computer and use it in GitHub Desktop.
prerender dependencies
This file contains hidden or 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": "prerender", | |
"version": "1.0.0", | |
"description": "Tutorial de SSR con puppeter", | |
"main": "index.js", | |
"scripts": { | |
"start":"node index.js", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "[email protected]", | |
"license": "ISC", | |
"dependencies": { | |
"cors": "^2.8.5", | |
"express": "^4.17.1", | |
"puppeteer": "^3.0.2" | |
}, | |
"devDependencies": { | |
"nodemon": "^2.0.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment