Skip to content

Instantly share code, notes, and snippets.

@ngw
Created October 8, 2018 16:56
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 ngw/4aa2883a748b1848552b2481bdfd0fc7 to your computer and use it in GitHub Desktop.
Save ngw/4aa2883a748b1848552b2481bdfd0fc7 to your computer and use it in GitHub Desktop.
{
"name": "directory",
"private": true,
"dependencies": {
"@rails/webpacker": "4.0.0-pre.2",
"@uppy/aws-s3": "^0.27.3",
"@uppy/core": "^0.27.2",
"@uppy/file-input": "^0.27.3",
"@uppy/informer": "^0.27.3",
"@uppy/progress-bar": "^0.27.3",
"@uppy/xhr-upload": "^0.27.3",
"elm": "^0.19.0-bugfix2",
"elm-format": "^0.8.0",
"elm-webpack-loader": "^5.0.0",
"webpack-cli": "3"
},
"devDependencies": {
"@dillonkearns/elm-graphql": "^1.0.4",
"elm-hot-loader": "^0.5.4",
"elm-hot-webpack-loader": "^1.0.2",
"graphqelm": "^3.1.12",
"webpack-dev-server": "^3.1.8"
},
"scripts": {
"update-elm-graphql-bindings": "elm-graphql http://localhost:3000/graphql --base Directory.Schema --output app/javascript"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment