-
Notifications
You must be signed in to change notification settings - Fork 261
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.35 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.35 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
{
"name": "docs",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"scripts": {
"minify-css": "node scripts/minify-css.js",
"prepare": "husky"
},
"lint-staged": {
"content/**/*.md": [
"node ./scripts/lint/lint-markdown.js"
],
"*.{js,ts,jsx,tsx,json,yaml,yml}": [
"prettier --write --cache"
]
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1021.0",
"@fullhuman/postcss-purgecss": "^7.0.0",
"@octokit/auth-action": "^5.1.1",
"@octokit/graphql": "^8.1.1",
"@octokit/rest": "^21.1.1",
"@slack/web-api": "^7.15.0",
"algoliasearch": "^5.50.0",
"axios": "^1.15.0",
"axios-retry": "^4.5.0",
"broken-link-checker": "^0.7.8",
"cheerio": "^1.2.0",
"concurrently": "^9.1.2",
"cssnano": "^7.1.4",
"cypress": "^15.13.0",
"glob": "^10.4.5",
"gray-matter": "^4.0.3",
"http-server": "^14.1.1",
"js-yaml": "^4.1.1",
"jsdom": "^25.0.1",
"markdown-it": "^14.1.1",
"markdownlint": "^0.40.0",
"parse-diff": "^0.11.1",
"postcss": "^8.5.10",
"postcss-cli": "^11.0.0",
"sitemapper": "^4.1.4",
"turndown": "^7.2.0",
"typedoc": "^0.28.18",
"typescript": "^5.7.2"
},
"devDependencies": {
"beasties": "^0.4.1",
"husky": "^9.1.7",
"lighthouse": "^12.6.0",
"lint-staged": "^16.4.0",
"prettier": "^2.8.8"
}
}