-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 5.88 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 5.88 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "docusaurus",
"version": "0.0.0",
"private": true,
"scripts": {
"spellcheck": "bash scripts/check-spelling.sh",
"build-remark": "tsc --build tsconfig.node.json && tsc-esm-fix --target='.remark-build' --ext='.mjs'",
"git-update": "scripts/update_submodules.sh",
"prepare-files": "npx vite-node ./scripts/prepare-files.mts",
"prepare-navigation-data": "npx vite-node ./scripts/prepare-navigation-data.mts",
"docusaurus": "docusaurus",
"dev": "bash scripts/start-dev.sh",
"start": "yarn prepare-files && yarn prepare-navigation-data && docusaurus start",
"build": "yarn git-update && yarn prepare-files && yarn prepare-navigation-data && docusaurus build \"$@\"",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc --noEmit --skipLibCheck --incremental --tsBuildInfoFile node_modules/.cache/tsc/tsbuildinfo --project .",
"base:eslint": "eslint --cache --cache-location node_modules/.cache/eslint '**/*.{js,jsx,ts,tsx}'",
"base:prettier": "prettier '**/*.{js,jsx,ts,tsx,json}'",
"lint": "yarn base:eslint --fix && yarn base:prettier --write -l",
"lint-check": "yarn base:eslint && yarn base:prettier --check",
"markdown-lint": "yarn build-remark && remark --rc-path .remarkrc.mjs 'content/**/docs/pages/**/*.mdx' --quiet --frail --ignore-pattern '**/includes/**' --silently-ignore",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:test-ci": "npx concurrently --kill-others --success first --names \"STORYBOOK,TESTS\" -c \"magenta,blue\" \"npx http-server -a 127.0.0.1 --silent storybook-static --port 6006\" \"npx wait-on tcp:127.0.0.1:6006 && yarn storybook:test --url http://127.0.0.1:6006/storybook-static \"",
"storybook:test": "test-storybook",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --trace-warnings --experimental-vm-modules\" jest --config ./jest.config.mjs --roots=src --roots=server"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint",
"prettier --check"
],
"*.{json}": "prettier --check"
},
"simple-git-hooks": {
"pre-commit": "yarn lint-staged"
},
"dependencies": {
"@csstools/postcss-global-data": "^4.0.0",
"@docusaurus/core": "^3.9.2",
"@docusaurus/faster": "^3.9.2",
"@docusaurus/plugin-client-redirects": "^3.9.2",
"@docusaurus/plugin-content-docs": "^3.9.2",
"@docusaurus/plugin-debug": "^3.9.2",
"@docusaurus/plugin-google-gtag": "^3.9.2",
"@docusaurus/plugin-google-tag-manager": "^3.9.2",
"@docusaurus/plugin-sitemap": "^3.9.2",
"@docusaurus/plugin-svgr": "^3.9.2",
"@docusaurus/theme-classic": "^3.9.2",
"@docusaurus/theme-mermaid": "^3.9.2",
"@docusaurus/tsconfig": "^3.9.2",
"@inkeep/cxkit-react": "^0.5.116",
"@iconify-json/carbon": "^1.2.19",
"@iconify-json/logos": "^1.2.10",
"@iconify/tools": "^5.0.4",
"@mdx-js/react": "^3.1.1",
"@signalwire/docusaurus-plugin-llms-txt": "2.0.0-alpha.7",
"classnames": "^2.3.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"glob": "^13.0.6",
"highlightjs-terraform": "https://github.com/highlightjs/highlightjs-terraform#eb1b9661e143a43dff6b58b391128ce5cdad31d4",
"lowlight": "^3.1.0",
"mdast-util-from-markdown": "^2.0.3",
"nanoid": "^5.1.6",
"postcss-preset-env": "^11.2.0",
"prism-react-renderer": "^2.3.0",
"raw-loader": "^4.0.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-loadable": "^5.5.0",
"react-use": "^17.5.0",
"rehype-highlight": "^7.0.2",
"remark-mdx": "^2.1.1",
"remark-parse": "^10.0.1",
"vite-node": "^5.3.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/types": "^3.7.0",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-webpack5-compiler-swc": "^4.0.2",
"@storybook/react": "^8.6.14",
"@storybook/react-webpack5": "^8.6.17",
"@storybook/test": "^8.6.15",
"@storybook/test-runner": "^0.24.2",
"@svgr/webpack": "^8.1.0",
"@types/react": "^19.2.14",
"ajv": "^8.18.0",
"concurrently": "9.2.1",
"hast": "^1.0.0",
"http-server": "14.1.1",
"jest": "^30.2.0",
"js-yaml": "^4.1.1",
"loadr": "^0.1.1",
"mdast": "^3.0.0",
"mdast-util-frontmatter": "^2.0.1",
"mdast-util-gfm": "^3.0.0",
"mdast-util-mdx": "^3.0.0",
"micromark-extension-frontmatter": "^2.0.0",
"micromark-extension-gfm": "^3.0.0",
"micromark-extension-mdxjs": "^3.0.0",
"postcss": "^8.5.8",
"postcss-loader": "^8.2.1",
"prettier": "^3.8.1",
"rehype-stringify": "^10.0.1",
"remark-cli": "10.0.1",
"remark-copy-linked-files": "^1.5.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-rehype": "^11.1.2",
"remark-validate-links": "^11.0.2",
"storybook": "^8.6.17",
"to-vfile": "^8.0.0",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.4",
"tsc-esm-fix": "^3.1.0",
"typescript": "~5.9.3",
"unified": "^11.0.5",
"unified-lint-rule": "^3.0.0",
"unist": "^0.0.1",
"unist-util-find": "^3.0.0",
"unist-util-visit-parents": "^6.0.2",
"vfile": "^6.0.1",
"wait-on": "^9.0.4",
"yaml": "^2.8.2"
},
"resolutions": {
"vfile": "^6.0.0",
"vfile-message": "^4.0.0"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
},
"engines": {
"node": ">=22.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}