-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.03 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
{
"name": "acecode-web",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "ACECode daemon web UI (React + Vite + Tailwind v4)",
"scripts": {
"dev": "vite",
"test": "node src/lib/runTests.js",
"i18n:audit": "node scripts/i18n-audit.mjs",
"i18n:catalog": "node scripts/generate-source-catalog.mjs",
"sync:provider-logos": "node scripts/sync-provider-logos.mjs",
"build": "vite build && node scripts/check-regex-compat.mjs",
"preview": "vite preview"
},
"dependencies": {
"@shikijs/langs": "4.3.1",
"@tanstack/react-virtual": "^3.14.9",
"@types/mdast": "^4.0.4",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"clsx": "^2.1.1",
"diff": "^9.0.0",
"diff2html": "^3.4.56",
"docx-preview": "^0.3.7",
"highlight.js": "^11.11.1",
"i18next": "26.3.6",
"katex": "^0.16.47",
"markdown-it": "^14.1.1",
"markdown-it-task-lists": "^2.1.1",
"mdast-util-from-markdown": "^2.0.3",
"mdast-util-gfm": "^3.1.0",
"mdast-util-math": "^3.0.0",
"mdast-util-to-markdown": "^2.1.2",
"mermaid": "11.16.0",
"micromark-core-commonmark": "^2.0.3",
"micromark-extension-gfm": "^3.0.0",
"micromark-extension-math": "^3.1.0",
"micromark-factory-space": "^2.0.1",
"micromark-util-character": "^2.1.1",
"micromark-util-classify-character": "^2.0.1",
"micromark-util-sanitize-uri": "^2.0.1",
"micromark-util-symbol": "^2.0.1",
"micromark-util-types": "^2.0.2",
"pptx2html": "0.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "17.0.10",
"react-joyride": "3.2.0",
"slate": "^0.126.0",
"slate-history": "^0.113.1",
"slate-react": "^0.126.0",
"shiki": "4.3.1",
"x-data-spreadsheet": "^1.1.9",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@tailwindcss/vite": "^4.0.0",
"@vitejs/plugin-react": "^4.3.4",
"@xmldom/xmldom": "0.9.10",
"tailwindcss": "^4.0.0",
"vite": "^5.4.11",
"vite-plugin-singlefile": "^2.3.3"
}
}