forked from GoogleChrome/developer.chrome.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.31 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.31 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "developer.chrome.com",
"version": "1.0.0",
"description": "The source for developer.chrome.com",
"private": true,
"engines": {
"node": ">=14"
},
"scripts": {
"algolia": "node ./algolia.js",
"clean": "rimraf dist",
"cloud-secrets": "node ./cloud-secrets.js",
"dev": "npm-run-all clean ignore gulp rollup --parallel --race gulp:watch rollup:watch eleventy:watch start",
"eleventy:debug": "node --inspect ./node_modules/.bin/eleventy",
"eleventy:watch": "npx eleventy --quiet --watch",
"eleventy": "npx eleventy",
"fix": "gts fix",
"gulp:watch": "npx gulp watch",
"gulp": "npx gulp",
"ignore": "node ./tools/eleventyignore",
"lint:js": "gts check",
"lint:md": "remark -q -f site/",
"lint:scss": "stylelint **/*.scss",
"lint:types": "tsc --noEmit",
"lint": "npm-run-all lint:js lint:scss lint:md lint:types",
"production": "NODE_ENV=production npm-run-all clean ignore gulp rollup eleventy",
"snapshots": "percy snapshot dist/en",
"percy": "ELEVENTY_IGNORE_NACL=true npm-run-all production snapshots",
"rollup:watch": "chokidar \"site/**/*.js\" -c \"npx rollup -c\"",
"rollup": "npx rollup -c",
"stage:personal": "NODE_ENV=production npm run production && gcloud app deploy --project=chrome-apps-doc-staging-2020 --quiet --no-promote",
"stage": "NODE_ENV=production npm run production && gcloud app deploy --project=chrome-apps-doc-staging-2020 --quiet",
"start": "node ./server",
"test:watch": "ava --watch",
"test": "nyc ava"
},
"license": "Apache 2.0",
"dependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-cache-assets": "^2.0.3",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@lhci/cli": "^0.7.2",
"@rollup/plugin-node-resolve": "^8.4.0",
"algoliasearch": "^4.6.0",
"async-transforms": "^1.0.6",
"chokidar": "^3.5.1",
"chokidar-cli": "^2.1.0",
"chrome-types-helpers": "^0.1.8",
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"concurrently": "^5.2.0",
"escape-string-regexp": "^4.0.0",
"express": "^4.17.1",
"glob": "^7.1.7",
"gorko": "^0.2.1",
"gray-matter": "^4.0.3",
"gulp": "^4.0.2",
"gulp-imagemin": "^7.1.0",
"html-minifier": "^4.0.0",
"js-cookie": "^2.2.1",
"js-yaml": "^4.1.0",
"lit-element": "^2.4.0",
"lit-html": "^1.3.0",
"node-fetch": "^2.6.0",
"npm-run-all": "^4.1.5",
"querystring": "^0.2.0",
"readdirp": "^3.4.0",
"redirects-yaml": "^2.0.3",
"rollup": "^2.22.2",
"striptags": "^3.1.1",
"unistore": "^3.5.2",
"webdev-infra": "^1.0.28"
},
"devDependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@ava/babel": "^1.0.1",
"@google-cloud/secret-manager": "^3.2.2",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@types/cheerio": "^0.22.22",
"@types/express": "^4.17.13",
"@types/js-yaml": "^4.0.3",
"@types/node": "^13.11.1",
"@types/node-fetch": "^2.5.10",
"@types/resize-observer-browser": "^0.1.4",
"@types/tmp": "^0.2.0",
"ava": "^3.12.1",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"csso": "^4.0.3",
"dotenv": "^8.2.0",
"eslint-plugin-ava": "^12.0.0",
"gts": "^3.1.0",
"html-escaper": "^2.0.2",
"husky": "^4.3.0",
"iso-639-1": "^2.1.4",
"lodash.get": "^4.4.2",
"markdown-it": "^12.0.1",
"markdown-it-anchor": "^8.1.2",
"markdown-it-attrs": "^3.0.3",
"markdown-it-deflist": "^2.1.0",
"nyc": "^15.1.0",
"percy": "^0.28.2",
"purgecss": "^2.3.0",
"remark-cli": "^8.0.1",
"remark-frontmatter": "^2.0.0",
"remark-lint": "^7.0.1",
"remark-lint-are-links-valid": "^1.0.3",
"remark-lint-first-heading-level": "^2.0.1",
"remark-lint-no-duplicate-headings-in-section": "^2.0.2",
"remark-preset-lint-markdown-style-guide": "^3.0.1",
"remark-preset-lint-recommended": "^4.0.1",
"rimraf": "^3.0.2",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.30.0",
"sizeof": "^1.0.0",
"stylelint": "^13.7.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"terser": "^5.4.0",
"tmp": "^0.2.1",
"typescript": "^3.8.3",
"unified-lint-rule": "^1.0.6",
"unist-util-visit": "^2.0.3",
"uslug": "^1.0.4",
"wicg-inert": "^3.0.3"
}
}