Last active
September 11, 2018 00:47
-
-
Save thescientist13/d72f0ff3d4a0dfd5052af8af65b76c52 to your computer and use it in GitHub Desktop.
Example of ExpressJS SSR Dependencies
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
{ | |
"@babel/core": "^7.0.0", | |
"@babel/node": "^7.0.0", | |
"express": "^4.16.2", | |
"pm2": "^2.7.2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment