-
Notifications
You must be signed in to change notification settings - Fork 221
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "docs",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"scripts": {
"minify-css": "node scripts/minify-css.js",
"prepare": "husky"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.427.0",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@growthbook/growthbook": "^1.2.1",
"@octokit/auth-action": "^1.3.2",
"@octokit/graphql": "^4.6.2",
"@octokit/rest": "^18.5.3",
"@slack/web-api": "^5.12.0",
"algoliasearch": "^4.17.0",
"axios": "^1.7.4",
"axios-retry": "^3.5.1",
"broken-link-checker": "^0.7.8",
"cheerio": "^1.0.0-rc.12",
"concurrently": "^6.0.0",
"cssnano": "^5.0.8",
"cypress": "^13.13.1",
"glob": "^7.2.0",
"gray-matter": "^4.0.3",
"http-server": "^0.12.1",
"js-yaml": "^3.13.1",
"jsdom": "^22.0.0",
"markdownlint": "^0.17.2",
"parse-diff": "^0.8.1",
"postcss": "^8.3.7",
"postcss-cli": "^8.3.1",
"sitemapper": "^3.2.2",
"turndown": "^7.2.0",
"typedoc": "^0.25.11",
"typedoc-plugin-script-inject": "^1.0.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"husky": "^9.0.11",
"prettier": "^2.6.2"
}
}