You've already forked serverless-webpack
mirror of
https://github.com/encounter/serverless-webpack.git
synced 2026-03-30 11:37:58 -07:00
21 lines
595 B
JSON
21 lines
595 B
JSON
{
|
|
"name": "serverless-webpack-babel-example",
|
|
"version": "1.0.0",
|
|
"description": "Serverless webpack example using Babel",
|
|
"main": "handler.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Nicola Peduzzi <thenikso@gmail.com> (http://nikso.net)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-core": "^6.13.2",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-transform-runtime": "^6.12.0",
|
|
"babel-preset-es2015": "^6.13.2",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"serverless-webpack": "^1.0.0",
|
|
"webpack": "^1.13.1"
|
|
}
|
|
}
|