forked from marmot-protocol/whitenoise-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.55 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
{
"name": "whitenoise-web",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"lint": "biome check",
"lint:write": "biome check --write",
"format": "biome format --write",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.1",
"@sveltejs/adapter-vercel": "^5.10.3",
"@sveltejs/kit": "^2.49.2",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/vite": "^4.1.18",
"@types/dompurify": "^3.2.0",
"@types/ws": "^8.18.1",
"svelte": "^5.46.1",
"svelte-check": "^4.3.5",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^4.0.16"
},
"dependencies": {
"@biomejs/biome": "^2.3.11",
"applesauce-common": "^5.0.0",
"applesauce-core": "^5.0.0",
"applesauce-loaders": "^5.0.0",
"applesauce-relay": "^5.0.0",
"carbon-icons-svelte": "^13.8.0",
"isomorphic-dompurify": "^2.35.0",
"marked": "^17.0.1",
"nostr-tools": "^2.19.4",
"rxjs": "^7.8.2",
"ws": "^8.18.3"
}
}