forked from pulumi/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.27 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.27 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
{
"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.1041.0",
"@octokit/rest": "^21.1.1",
"algoliasearch": "^5.52.0",
"axios": "^1.16.0",
"axios-retry": "^4.5.0",
"broken-link-checker": "^0.7.8",
"cheerio": "^1.2.0",
"concurrently": "^9.1.2",
"cssnano": "^7.1.8",
"cypress": "^15.14.2",
"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.12.0",
"postcss": "^8.5.13",
"postcss-cli": "^11.0.0",
"sitemapper": "^4.1.5",
"turndown": "^7.2.4",
"typedoc": "^0.28.19",
"typescript": "^5.7.2"
},
"devDependencies": {
"@phosphor-icons/core": "^2.1.1",
"beasties": "^0.4.2",
"husky": "^9.1.7",
"lighthouse": "^12.6.0",
"lint-staged": "^16.4.0",
"prettier": "^2.8.8",
"simple-icons": "^16.18.1"
}
}