-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.53 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
{
"name": "code-bar",
"private": true,
"version": "0.1.7",
"type": "module",
"scripts": {
"dev": "vite",
"dev:worktree": "node scripts/tauri-dev-worktree.mjs dev",
"tauri:dev:worktree": "node scripts/tauri-dev-worktree.mjs dev",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "node scripts/tauri-dev-worktree.mjs"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/state": "^6.6.0",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.41.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-tooltip": "^1.2.8",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@uiw/react-codemirror": "^4.25.9",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"diff2html": "^3.4.56",
"framer-motion": "^12.38.0",
"i18next": "^25.6.0",
"lucide-react": "^1.8.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^16.2.4",
"tauri-plugin-liquid-glass-api": "^0.1.6",
"xterm": "^5.3.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"tailwindcss": "^4.2.2",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}