-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.19 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": "@telecode/web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"typecheck": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run --passWithNoTests",
"test:e2e": "playwright test",
"lint": "eslint ."
},
"dependencies": {
"@telecode/protocol": "workspace:*",
"@telecode/ui": "workspace:^",
"arctic": "^3.7.0",
"dompurify": "^3.4.11",
"marked": "^18.0.5",
"shiki": "^4.3.0",
"zod": "3.24.1"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"@sveltejs/adapter-node": "^5.5.7",
"@sveltejs/kit": "^2.8.5",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@telecode/daemon": "workspace:*",
"@telecode/relay": "workspace:*",
"@types/dompurify": "^3.2.0",
"@types/pg": "^8.20.0",
"fake-indexeddb": "^6.2.5",
"jsdom": "^29.1.1",
"pg": "^8.22.0",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vitest": "^2.1.8"
}
}