-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 944 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": "herd",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"test:unit": "vitest run",
"test:integration": "vitest run --config vitest.integration.config.ts",
"tauri": "tauri"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tauri-apps/cli": "^2.10.1",
"@tsconfig/svelte": "^5.0.8",
"@types/node": "^24.12.0",
"playwright": "^1.58.2",
"svelte": "^5.53.7",
"svelte-check": "^4.4.5",
"typescript": "~5.9.3",
"vite": "^8.0.0",
"vitest": "^4.1.0"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"elkjs": "^0.11.1",
"libavoid-js": "^0.5.0-beta.5"
}
}