-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "search-data-exports-backend",
"version": "0.0.1",
"author": "Scott Logic",
"repository": {
"type": "git",
"url": "https://github.com/ScottLogic/search-data-exports-backend"
},
"license": "MIT",
"private": true,
"description": "Serverless application definition for the SDE project",
"dependencies": {
"chrome-aws-lambda": "1.19.0",
"d3": "5.12.0",
"elasticsearch": "^16.4.0",
"http-aws-es": "^6.0.0",
"jsdom": "15.1.1",
"puppeteer-core": "1.19.0",
"uuid": "^3.3.3"
},
"scripts": {
"lint": "eslint . --ext js",
"test": "jest",
"deploy": "sls deploy"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"aws-sdk": "^2.553.0",
"babel-jest": "^24.9.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.9.0",
"serverless": "1.49.0",
"serverless-stack-output": "^0.2.3",
"serverless-step-functions": "^2.10.1",
"serverless-webpack": "^5.3.1",
"webpack": "^4.41.2",
"webpack-node-externals": "^1.7.2"
}
}