-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
50
51
52
53
54
55
56
57
{
"name": "webcodex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint functions/"
},
"keywords": [],
"author": "Alejandro Oviedo <[email protected]",
"license": "ISC",
"dependencies": {
"@projectwallace/css-analyzer": "^2.6.0",
"axios": "^0.21.1",
"brotli": "^1.3.2",
"chrome-launcher": "^0.11.2",
"color-sorter": "^4.0.0",
"curl-headers-to-json": "^1.0.1",
"date-fns": "^1.30.1",
"get-css": "^3.3.1",
"imagemin": "^7.0.0",
"imagemin-webp": "^5.1.0",
"jsdom": "^15.1.1",
"json-stringify-safe": "^5.0.1",
"lighthouse": "https://github.com/a0viedo/lighthouse",
"promise-all-settled": "^1.1.0",
"puppeteer": "^1.19.0",
"puppeteer-core": "^1.19.0",
"puppeteer-extra": "^2.1.3",
"puppeteer-extra-plugin-anonymize-ua": "^2.1.4",
"puppeteer-extra-plugin-stealth": "^2.2.2",
"whatwg-url": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"aws-sdk": "^2.503.0",
"chrome-aws-lambda": "^3.1.1",
"dotyaml": "^1.0.0",
"eslint": "^6.5.1",
"esm": "^3.2.25",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "^5.2.0",
"serverless-apigw-binary": "^0.4.4",
"serverless-apigwy-binary": "^1.0.0",
"serverless-dotenv-plugin": "^2.1.1",
"serverless-iam-roles-per-function": "^2.0.1",
"serverless-pseudo-parameters": "^2.4.0",
"serverless-scriptable-plugin": "^1.0.2",
"serverless-webpack": "^5.3.1",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.7",
"webpack-node-externals": "^1.7.2",
"yaml": "^1.6.0"
}
}