Skip to content

Instantly share code, notes, and snippets.

@aldarund
Created October 25, 2018 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aldarund/de990565f6fc4fb6d2d3270ffc5d6a6e to your computer and use it in GitHub Desktop.
Save aldarund/de990565f6fc4fb6d2d3270ffc5d6a6e to your computer and use it in GitHub Desktop.
yarn junction
{
"name": "ddasd",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.340.0",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.5.1",
"jsonwebtoken": "^8.3.0",
"serverless-appsync-plugin": "^1.0.5",
"serverless-dynamodb-client": "^0.0.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.15.2",
"cors": "2.8.4",
"env-cmd": "^5.0.0",
"faker": "^4.1.0",
"imports-loader": "^0.7.1",
"jest": "^21.2.1",
"jsonfile": "^4.0.0",
"serverless": "^1.32.0",
"serverless-dynamodb-local": "^0.2.26",
"serverless-offline": "^3.15.3",
"serverless-webpack": "^4.1.0",
"webpack": "^3.8.1",
"webpack-node-externals": "^1.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment