-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) 路 900 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) 路 900 Bytes
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
{
"name": "vectum",
"private": true,
"version": "3.2.1",
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/api": "2.11.1",
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
"@tauri-apps/plugin-dialog": "2.7.2",
"@tauri-apps/plugin-opener": "~2.5.4",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"preact": "^10.29.7",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@iconify-icon/react": "^3.0.3",
"@preact/preset-vite": "^2.10.6",
"@tauri-apps/cli": "2.11.4",
"eslint": "^10.8.0",
"typescript": "^7.0.2",
"typescript-eslint": "^8.65.0",
"vite": "^8.1.5"
},
"packageManager": "pnpm@11.17.0"
}