-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
74 lines (74 loc) · 1.94 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "webdev-infra",
"version": "1.0.57",
"description": "Contains shared code for https://web.dev, https://developer.chrome.com and others.",
"main": "index.js",
"engines": {
"node": ">=14"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "ava",
"lint:js": "gts lint",
"lint:types": "tsc --noEmit",
"lint": "npm-run-all lint:js lint:types"
},
"repository": "GoogleChrome/webdev-infra",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleChrome/webdev-infra/issues"
},
"homepage": "https://github.com/GoogleChrome/webdev-infra#readme",
"dependencies": {
"@11ty/eleventy": "1.0.2",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@imgix/js-core": "^3.1.3",
"@justinribeiro/lite-youtube": "^0.9.1",
"@mdn/browser-compat-data": "5.3.x",
"@swc/html": "0.0.18",
"async-transforms": "^1.0.9",
"browser-media-mime-type": "^1.0.0",
"chalk": "4.1.2",
"cheerio": "1.0.0-rc.12",
"common-tags": "^1.8.0",
"csso": "5.0.5",
"excerpt-html": "^1.2.2",
"express": "4.18.2",
"fast-glob": "3.2.12",
"js-yaml": "4.1.0",
"lit-element": "^2.5.1",
"lodash.get": "4.4.2",
"lodash.set": "4.3.2",
"markdown-it": "^12.3.2",
"node-fetch": "2.6.9",
"node-mocks-http": "1.12.1",
"nunjucks": "3.2.3",
"piscina": "^3.2.0",
"purgecss": "5.0.0",
"querystring": "^0.2.1",
"striptags": "^3.1.1"
},
"peerDependencies": {
"@mdn/browser-compat-data": "5.3.x"
},
"peerDependenciesMeta": {
"@mdn/browser-compat-data": {
"optional": false
}
},
"devDependencies": {
"@ava/babel": "^2.0.0",
"@babel/core": "^7.13.15",
"@babel/eslint-parser": "^7.13.14",
"@types/common-tags": "^1.8.0",
"@types/csso": "^5.0.0",
"@types/node": "^14.11.2",
"ava": "^3.12.1",
"eslint-plugin-ava": "^12.0.0",
"gts": "^3.1.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.0.3"
}
}