forked from ClickHouse/clickhouse-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.49 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 4.49 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
{
"name": "new-nav-docusaurus-2-2",
"version": "0.0.0",
"private": true,
"config": {
"clickhouse_repo_folders": "docs/en/development docs/en/engines docs/en/interfaces docs/en/operations docs/en/sql-reference",
"autogen_needed_files": "src/Core/FormatFactorySettings.h src/Core/Settings.cpp CHANGELOG.md docs/en/operations/server-configuration-parameters/_server_settings_outside_source.md"
},
"scripts": {
"build": "yarn copy-clickhouse-repo-docs && yarn check-markdown && yarn generate-changelog && yarn autogenerate-settings && yarn autogenerate-table-of-contents && yarn build-swagger && yarn generate:rss && scripts/sed_links.sh && yarn build-docs",
"clear": "docusaurus clear && bash ./placeholderReset.sh",
"deploy": "docusaurus deploy",
"docusaurus": "docusaurus",
"copy-clickhouse-repo-docs": "bash scripts/copy-clickhouse-repo-docs.sh",
"serve": "docusaurus serve",
"build-swagger": "yarn redocly build-docs https://api.clickhouse.cloud/v1 --output build/cloud/manage/api/swagger.html && yarn redocly build-docs https://raw.githubusercontent.com/hyperdxio/hyperdx/refs/heads/main/packages/api/openapi.json --output build/clickstack/api-reference/index.html",
"prep-from-local": "bash ./scripts/copy-clickhouse-repo-docs.sh -l $1",
"autogenerate-settings": "bash ./scripts/settings/autogenerate-settings.sh",
"autogenerate-table-of-contents": "bash ./scripts/autogenerate-table-of-contents.sh",
"generate-changelog": "bash ./scripts/generate-changelog.sh",
"build-docs": "bash ./scripts/build.sh",
"start": "docusaurus start",
"swizzle": "docusaurus swizzle",
"write-heading-ids": "docusaurus write-heading-ids",
"run-markdown-linter": "yarn check-markdown",
"run-indexer": "bash ./scripts/search/run_indexer.sh",
"check-style": "yarn check-markdown && yarn check-spelling && yarn check-kb && yarn check-prose",
"check-spelling": "./scripts/check-doc-aspell",
"check-kb": "./scripts/check-kb.sh",
"check-markdown": "./scripts/check-markdown.sh",
"check-prose": "./scripts/vale/check-prose.sh",
"generate:rss": "./scripts/changelog/cloud-changelog-rss.sh"
},
"dependencies": {
"@algolia/client-search": "^5.35.0",
"@clickhouse/click-ui": "^0.0.235",
"@clickhouse/client-web": "^1.11.1",
"@docusaurus/core": "3.7.0",
"@docusaurus/faster": "^3.7.0",
"@docusaurus/plugin-client-redirects": "^3.7.0",
"@docusaurus/plugin-google-tag-manager": "^3.7.0",
"@docusaurus/plugin-ideal-image": "^3.7.0",
"@docusaurus/plugin-vercel-analytics": "^3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-mermaid": "3.7.0",
"@docusaurus/theme-search-algolia": "^3.7.0",
"@mdx-js/react": "^3.1.1",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@redocly/cli": "^1.34.0",
"axios": "^1.13.1",
"clsx": "^2.1.0",
"docusaurus-plugin-sass": "^0.2.6",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"esbuild": "^0.27.2",
"esbuild-loader": "^4.3.0",
"filesize": "^10.1.6",
"flexsearch": "^0.7.43",
"gray-matter": "^4.0.3",
"hast-util-is-element": "1.1.0",
"http-proxy-middleware": "3.0.5",
"katex": "^0.16.22",
"markdownlint-cli2": "^0.18.1",
"node-fetch": "^3.3.2",
"numeral": "^2.0.6",
"prism-react-renderer": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-medium-image-zoom": "^5.2.14",
"rehype-katex": "^7.0.1",
"remark-docusaurus-tabs": "^0.2.0",
"remark-link-rewrite": "^1.0.7",
"remark-math": "^6.0.0",
"sass": "^1.89.1",
"search-insights": "^2.17.3",
"short-uuid": "^5.2.0",
"unist-util-visit": "^5.0.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@argos-ci/cli": "^2.5.5",
"@argos-ci/playwright": "^5.0.4",
"@docusaurus/module-type-aliases": "3.8.1",
"@playwright/test": "^1.52.0",
"@tailwindcss/postcss": "^4.1.5",
"@tailwindcss/typography": "^0.5.19",
"@types/react": "^19.0.4",
"@types/styled-jsx": "^3.4.4",
"cheerio": "^1.0.0",
"markdownlint-rule-helpers": "^0.29.0",
"postcss": "^8.5.6",
"rsync": "^0.6.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.8.3"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=20.18"
},
"resolutions": {
"form-data": "^4.0.4"
}
}