-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "zenwrite",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"postbuild": "bun scripts/write-headers.js",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@types/js-yaml": "^4.0.9",
"@types/marked": "^6.0.0",
"lefthook": "^2.1.4",
"svelte": "^5.55.0",
"svelte-check": "^4.4.5",
"typescript": "^6.0.2",
"vite": "^8.0.2"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.40.0",
"@lezer/highlight": "^1.2.3",
"codemirror": "^6.0.2",
"fflate": "^0.8.2",
"idb": "^8.0.3",
"js-yaml": "^4.1.1",
"lucide-svelte": "^1.0.1",
"marked": "^17.0.5",
"minisearch": "^7.2.0"
}
}