Skip to content

Instantly share code, notes, and snippets.

@mariorcardoso
Created March 3, 2017 11:00
Show Gist options
  • Save mariorcardoso/4decc78c970cc82b62ddfe4d8785c795 to your computer and use it in GitHub Desktop.
Save mariorcardoso/4decc78c970cc82b62ddfe4d8785c795 to your computer and use it in GitHub Desktop.
{
"name": "rails_webpack_npm_es6",
"version": "1.0.0",
"main": "app-js/main.js",
"scripts": {
"heroku-postbuild": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/mariorcardoso/rails_webpack_npm_es6.git"
},
"author": "Mario Cardoso",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"webpack": "^2.2.1"
},
"dependencies": {
"konva": "^1.4.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment