Skip to content

Instantly share code, notes, and snippets.

@antonybudianto
Created July 26, 2018 11:29
Show Gist options
  • Save antonybudianto/a03315cafbc283da62dc37498092301f to your computer and use it in GitHub Desktop.
Save antonybudianto/a03315cafbc283da62dc37498092301f to your computer and use it in GitHub Desktop.
pkg
{
"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