Created
July 26, 2018 11:29
-
-
Save antonybudianto/a03315cafbc283da62dc37498092301f to your computer and use it in GitHub Desktop.
pkg
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": "my-razzle-app", | |
"version": "2.0.0-alpha.8", | |
"license": "MIT", | |
"scripts": { | |
"start": "razzle start", | |
"build": "razzle build", | |
"pkg": "npx pkg build/server.js -t node8-macos -d", | |
"test": "razzle test --env=jsdom", | |
"start:prod": "NODE_ENV=production node build/server.js" | |
}, | |
"pkg": { | |
"assets": "build/**/*" | |
}, | |
"dependencies": { | |
"express": "^4.16.3", | |
"pkg": "^4.3.3", | |
"razzle": "^2.2.0", | |
"react": "^16.4.1", | |
"react-dom": "^16.4.1", | |
"react-router-dom": "^4.3.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment