Skip to content

Instantly share code, notes, and snippets.

@HugoDF
Created December 18, 2015 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HugoDF/d5a40ed25b56a6481014 to your computer and use it in GitHub Desktop.
Save HugoDF/d5a40ed25b56a6481014 to your computer and use it in GitHub Desktop.
NPM package.json for Laravel Elixir with Bourbon, Neat, React and livereload
{
"private": true,
"devDependencies": {
"jquery": "^2.1.4",
"laravel-elixir-livereload": "^1.1.3",
"laravel-elixir-react": "^0.1.2",
"node-bourbon": "^4.2.3",
"node-neat": "^1.7.2",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"dependencies": {
"laravel-elixir": "^3.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment