-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathpackage.json
More file actions
165 lines (165 loc) · 4.71 KB
/
package.json
File metadata and controls
165 lines (165 loc) · 4.71 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
156
157
158
159
160
161
162
163
164
165
{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"lint": "wireit",
"lint:md": "wireit",
"lint:es": "wireit",
"docusaurus": "docusaurus",
"submodules": "wireit",
"start": "wireit",
"build": "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",
"update:sdk-docs": "docusaurus download-remote-sdk-content && docusaurus download-remote-other-technologies-content"
},
"engines": {
"node": ">24.0.0"
},
"dependencies": {
"@docusaurus/core": "^3.10.0",
"@docusaurus/plugin-client-redirects": "^3.10.0",
"@docusaurus/preset-classic": "^3.10.0",
"@docusaurus/theme-mermaid": "^3.10.0",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-regular-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@headlessui/react": "^2.2.4",
"@mdx-js/react": "3.1.0",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/forms": "^0.5.10",
"aos": "^2.3.4",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"docusaurus-plugin-remote-content": "^4.0.0",
"docusaurus-plugin-sass": "^0.2.6",
"docusaurus-theme-github-codeblock": "^2.0.2",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"instantsearch-itemsjs-adapter": "^1.1.5",
"itemsjs": "^2.1.25",
"mermaid": "11.10.0",
"postcss": "^8.5.4",
"prism-react-renderer": "2.4.1",
"prismjs": "1.30.0",
"react": "19.1.0",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "19.1.0",
"react-instantsearch": "^7.15.8",
"react-lite-youtube-embed": "^2.5.1",
"react-transition-group": "^4.4.5",
"redocusaurus": "^2.5.0",
"rehype-github-alerts": "^4.1.1",
"remark-gfm": "^4.0.1",
"remarkable": "2.0.1",
"remarkable-react": "1.4.3",
"sass": "^1.99.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"tsconfig-paths": "^4.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.10.0",
"@docusaurus/tsconfig": "^3.10.0",
"@types/fs-extra": "11.0.4",
"@types/react": "^19.1.6",
"@typescript-eslint/eslint-plugin": "8.35.1",
"@typescript-eslint/parser": "8.35.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "10.1.5",
"eslint-mdx": "3.6.0",
"eslint-plugin-check-file": "3.3.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-mdx": "3.6.0",
"fs-extra": "11.3.0",
"markdownlint-cli2": "^0.17.2",
"markdownlint-rule-max-one-sentence-per-line": "^0.0.2",
"prettier": "3.6.2",
"typescript": "5.8.3",
"wireit": "^0.14.12"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"wireit": {
"start": {
"command": "docusaurus start",
"service": true,
"dependencies": [
"submodules"
]
},
"submodules": {
"command": "git submodule update --init --recursive"
},
"lint": {
"dependencies": [
"lint:es",
"lint:md"
]
},
"lint:es": {
"command": "eslint --color --cache --cache-location .eslintcache --fix .",
"files": [
"**/*.ts",
"**/*.mdx",
"**/*.md",
".eslintignore"
],
"output": []
},
"lint:md": {
"command": "markdownlint-cli2",
"files": [
"**/*.md*",
".markdownlint-cli2.yaml"
],
"output": []
}
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8",
"resolutions": {
"@babel/runtime": "^7.26.10",
"axios": "^1.15.0",
"brace-expansion": "^2.0.3",
"dompurify": "^3.4.0",
"esbuild": "^0.25.0",
"fast-xml-parser": "^5.7.0",
"flatted": "^3.4.2",
"glob": "^10.5.0",
"lodash": "^4.18.0",
"lodash-es": "^4.18.0",
"mdast-util-to-hast": "^13.2.1",
"minimatch": "^9.0.7",
"path-to-regexp": "^0.1.13",
"webpack-dev-server": "^5.2.3",
"picomatch": "^4.0.4",
"preact": "^10.26.10",
"qs": "^6.14.2",
"rollup": "^2.80.0",
"serialize-javascript": "^7.0.5",
"svgo": "^3.3.3",
"uuid": "^14.0.0",
"yaml": "^2.8.3"
}
}