Files
Frank Schmid be20b6db5e Update examples (#259)
* Updated TypeScript example

* Updated offline example

* Updated multiple statically example

* Updated include npm example

* Update babel example

* Updated dynamic example

* Updated babel multi static example
2017-10-31 15:14:54 +01:00

26 lines
638 B
JSON

{
"name": "serverless-starter",
"version": "1.0.0",
"main": "src/handler.js",
"license": "MIT",
"scripts": {
"start": "serverless offline start"
},
"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-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"serverless": "^1.18.0",
"serverless-offline": "^3.15.1",
"serverless-webpack": "file:../../",
"webpack": "^3.3.0",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"babel-runtime": "^6.22.0"
}
}