-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.02 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.02 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": "efxmux",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit -p tsconfig.build.json && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"tauri": "tauri",
"repomix": "npx repomix@latest --config repomix.config.json",
"repomix:skill": "npx repomix@latest --skill-generate",
"repomix:skill-remote": "npx repomix@latest --remote"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.5",
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/cli": "^2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/preact": "^3.2.4",
"@types/mdast": "4.0.4",
"@vitest/coverage-v8": "^4.1.4",
"@xterm/addon-web-links": "^0.12.0",
"esbuild": "^0.28.0",
"jsdom": "^29.0.2",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vite": "^8.0.7",
"vitest": "^4.1.4"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/lang-yaml": "^6.1.3",
"@codemirror/language": "^6.12.3",
"@codemirror/legacy-modes": "^6.5.2",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@lezer/highlight": "^1.2.3",
"@preact/signals": "^2.9.0",
"@replit/codemirror-minimap": "^0.5.2",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-opener": "^2.5.3",
"@xterm/addon-fit": "0.11.0",
"@xterm/addon-webgl": "0.19.0",
"@xterm/xterm": "6.0.0",
"codemirror": "^6.0.2",
"lucide-preact": "^1.8.0",
"marked": "^14.1.4",
"preact": "^10.29.1",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.1",
"remark-parse": "11.0.0",
"unified": "11.0.5",
"unist-util-visit": "5.1.0",
"yaml": "2.8.3"
}
}