You've already forked serverless-webpack
mirror of
https://github.com/encounter/serverless-webpack.git
synced 2026-03-30 11:37:58 -07:00
20 lines
566 B
JSON
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"
|
|
}
|
|
}
|