-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.9 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
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
{
"name": "next-mdx-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node ./lib/trans-short-link/init.mjs && next dev",
"docuodev": "pnpm dev",
"build": "node ./lib/trans-short-link/init.mjs && next build && next-sitemap",
"docuobuild": "pnpm build",
"deploy": "sh ./build.sh && pnpm build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/pro-chat": "^1.15.3",
"@docsearch/react": "^3.5.2",
"@hookform/error-message": "^2.0.1",
"@markdoc/markdoc": "^0.4.0",
"@mdx-js/react": "3.0.1",
"@next/third-parties": "^14.1.3",
"@reduxjs/toolkit": "^1.7.1",
"@spreading/docuo-mdx-component": "^2.5.2",
"@svgr/webpack": "^8.1.0",
"@types/mdx": "^2.0.10",
"@types/react-redux": "^7.1.33",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"algoliasearch": "^4.24.0",
"antd": "^5.20.2",
"antd-style": "^3.7.1",
"change-case": "4.1.1",
"classnames": "^2.3.2",
"clsx": "^1.1.1",
"crypto-js": "^4.2.0",
"docusaurus-plugin-openapi-docs": "^2.0.4",
"docusaurus-theme-openapi-docs": "^2.0.4",
"eventsource-parser": "^3.0.0",
"file-saver": "^2.0.5",
"github-slugger": "^2.0.0",
"history": "4.10.1",
"infima": "0.2.0-alpha.43",
"instantsearch.css": "^8.4.0",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mdast-util-to-string": "^4.0.0",
"mdx-bundler": "10.0.2",
"mdx-mermaid": "^2.0.3",
"mermaid": "^11.4.1",
"next": "^14.1.1",
"next-seo": "^6.4.0",
"next-sitemap": "^4.2.3",
"parse-numeric-range": "^1.3.0",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"re-resizable": "6.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-instantsearch": "^7.12.4",
"react-live": "4.0.0",
"react-markdown": "^9.0.1",
"react-redux": "^7.2.0",
"react-router-dom": "5.3.4",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"remark-images": "^4.0.0",
"remark-math": "^6.0.0",
"remark-mdx": "^3.0.1",
"remark-mdx-images": "^3.0.0",
"sharp": "^0.33.2",
"unist-util-visit": "^4.1.2",
"use-sync-external-store": "^1.2.0",
"usehooks-ts": "^2.9.1",
"utility-types": "^3.11.0",
"xml-formatter": "^3.6.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.3",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.32",
"sass": "^1.69.5",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.18.0"
}
}