Skip to content

Instantly share code, notes, and snippets.

@LazyFatArrow
Last active January 13, 2018 14:35
Show Gist options
  • Save LazyFatArrow/fc37a24dfaf90fa3a94964bddd9b719e to your computer and use it in GitHub Desktop.
Save LazyFatArrow/fc37a24dfaf90fa3a94964bddd9b719e to your computer and use it in GitHub Desktop.
{
// other parts of the file we wont change
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"api": "nodemon server/index.js",
"build": "node build/build.js"
},
"directories": {
"lib": "server"
},
"dependencies": {
// other parts of the file we wont change
"mongoose": "^4.13.3",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"cors": "^2.8.4",
"feathers": "^2.2.3",
"feathers-configuration": "^0.4.2",
"feathers-mongoose": "^5.1.2",
"feathers-errors": "^2.9.2",
"feathers-hooks": "^2.1.2",
"feathers-hooks-common": "^3.10.0",
"feathers-socketio": "^2.0.1",
"helmet": "^3.9.0",
"serve-favicon": "^2.4.5",
"winston": "^2.4.0"
},
// other parts of the file we wont change
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment