Files
serverless-webpack/examples/babel/package.json
2018-02-05 18:46:51 -06:00

20 lines
566 B
JSON

{
"name": "serverless-webpack-babel-example",
"version": "1.0.0",
"description": "Serverless webpack example using Babel",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nicola Peduzzi <thenikso@gmail.com> (http://nikso.net)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"serverless-webpack": "file:../../",
"webpack": "^3.3.0"
}
}