-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "serverless-starter-app",
"version": "1.0.0",
"description": "Comic Relief serverless starter application",
"author": "Adam Clark",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/node": "7.5.5",
"@babel/plugin-transform-runtime": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/register": "7.5.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "6.26.0",
"chai": "^4.0.2",
"dotenv": "8.0.0",
"eslint": "6.0.1",
"eslint-config-airbnb": "17.1.1",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-sonarjs": "^0.4.0",
"eslint-plugin-unicorn": "^10.0.0",
"json-loader": "^0.5.7",
"mocha": "6.1.4",
"path": "^0.12.7",
"serverless-mocha-plugin": "^1.3.5",
"serverless-offline": "5.8.0",
"serverless-webpack": "5.3.1",
"uglifyjs-webpack-plugin": "2.1.3",
"webpack": "4.36.1",
"webpack-node-externals": "^1.6.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha \"tests/feature/**/*.feature.js\" --require @babel/register --colors"
},
"main": "index.js",
"repository": "https://github.com/comicrelief/serverless-starter-app",
"dependencies": {
"@comicrelief/lambda-wrapper": "^0.0.71"
}
}