-
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) · 3.58 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.58 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": "mx-admin-next",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@11.0.8+sha512.4c4097e1dd2d42372c4e7fa5a791ff28fc75a484c7ac192e64b1df0fdef17594ba982f9b4fed9adfb3c757846f565b799b2763fb3733d1de1bcb82cf46684912",
"scripts": {
"dev": "vite --open --host",
"build": "vite build",
"preview": "vite preview --port 2323",
"lint": "oxlint src",
"lint:fix": "oxlint src --fix",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@antv/g2": "^5.4.8",
"@base-ui-components/react": "latest",
"@better-auth/passkey": "1.6.9",
"@codemirror/commands": "6.10.3",
"@codemirror/lang-markdown": "6.5.0",
"@codemirror/language": "6.12.3",
"@codemirror/language-data": "6.5.2",
"@codemirror/search": "6.7.0",
"@codemirror/state": "6.6.0",
"@codemirror/theme-one-dark": "6.1.3",
"@codemirror/view": "6.42.0",
"@emoji-mart/data": "1.2.1",
"@emoji-mart/react": "^1.1.1",
"@excalidraw/excalidraw": "^0.18.1",
"@haklex/rich-agent-chat": "0.4.0",
"@haklex/rich-agent-core": "0.4.0",
"@haklex/rich-diff": "0.4.0",
"@haklex/rich-editor": "0.4.0",
"@haklex/rich-ext-ai-agent": "0.4.0",
"@haklex/rich-ext-nested-doc": "0.4.0",
"@haklex/rich-style-token": "0.4.0",
"@hookform/resolvers": "^5.2.2",
"@monaco-editor/react": "^4.7.0",
"@mx-space/api-client": "3.8.0",
"@pierre/diffs": "1.1.20",
"@simplewebauthn/browser": "13.3.0",
"@tanstack/query-async-storage-persister": "^5.100.9",
"@tanstack/query-persist-client-core": "^5.100.9",
"@tanstack/react-query": "^5.100.9",
"@tanstack/react-query-devtools": "^5.100.9",
"@vanilla-extract/css": "^1.20.1",
"@vanilla-extract/recipes": "^0.5.7",
"@xterm/addon-fit": "0.11.0",
"@xterm/xterm": "6.0.0",
"ansi_up": "6.0.6",
"better-auth": "1.6.9",
"blurhash": "2.0.5",
"buffer": "6.0.3",
"canvas-confetti": "1.9.4",
"date-fns": "4.1.0",
"ejs": "5.0.2",
"emoji-mart": "5.6.0",
"es-toolkit": "1.46.1",
"event-source-polyfill": "1.0.31",
"fuse.js": "7.3.0",
"highlight.js": "11.11.1",
"jotai": "^2.20.0",
"js-cookie": "3.0.5",
"js-yaml": "4.1.1",
"json5": "2.2.3",
"jsondiffpatch": "0.7.3",
"katex": "0.16.45",
"kbar": "0.1.0-beta.48",
"lucide-react": "latest",
"markdown-escape": "2.0.0",
"marked": "18.0.3",
"monaco-editor": "0.55.1",
"motion": "^12.38.0",
"ofetch": "1.5.1",
"path-browserify": "1.0.1",
"qier-progress": "1.0.4",
"qs": "6.15.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-hook-form": "^7.75.0",
"react-router": "^7.15.0",
"shiki": "4.0.2",
"socket.io-client": "4.8.3",
"sonner": "^2.0.7",
"validator": "13.15.35",
"xss": "1.0.15",
"zod": "4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/canvas-confetti": "1.9.0",
"@types/ejs": "3.1.5",
"@types/event-source-polyfill": "1.0.5",
"@types/js-cookie": "3.0.6",
"@types/js-yaml": "4.0.9",
"@types/markdown-escape": "1.1.3",
"@types/node": "^25.6.0",
"@types/qs": "6.15.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/validator": "13.15.10",
"@vanilla-extract/vite-plugin": "^5.2.2",
"@vitejs/plugin-react": "^6.0.1",
"happy-dom": "^20.9.0",
"oxlint": "latest",
"typescript": "6.0.3",
"vite": "8.0.10",
"vite-plugin-checker": "0.13.0",
"vitest": "^4.1.5"
}
}