-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "sinew",
"private": true,
"version": "0.1.34",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"prepare-sidecars": "node scripts/prepare-sidecars.mjs",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@iconify-json/solar": "1.2.5",
"@iconify-json/vscode-icons": "1.2.45",
"@iconify/react": "6.0.2",
"@monaco-editor/react": "^4.6.0",
"@tauri-apps/api": "^2.1.1",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@xterm/addon-clipboard": "0.3.0-beta.218",
"@xterm/addon-fit": "0.12.0-beta.218",
"@xterm/addon-unicode11": "0.10.0-beta.218",
"@xterm/addon-web-links": "0.13.0-beta.218",
"@xterm/addon-webgl": "0.20.0-beta.217",
"@xterm/xterm": "6.1.0-beta.218",
"highlight.js": "^11.10.0",
"lucide-react": "1.8.0",
"mermaid": "11.15.0",
"monaco-editor": "^0.52.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}