-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.53 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
49
50
51
52
53
54
55
56
57
58
{
"name": "piratesoftware-sucks",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"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",
"tasks": "tsx scripts/tasks.ts"
},
"devDependencies": {
"@lucide/svelte": "^0.479.0",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-cloudflare": "^5.0.3",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.0.0",
"@types/html-to-text": "^9.0.4",
"@types/node": "^22.15.29",
"bits-ui": "0.22.0",
"clsx": "^2.1.1",
"eml-parse-js": "1.2.0-beta.0",
"flexsearch": "^0.8.204",
"github-slugger": "^2.0.0",
"html-to-text": "^9.0.5",
"mdast-util-to-string": "^4.0.0",
"mdsvex": "^0.12.3",
"mode-watcher": "^1.0.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"svelte": "^5.33.14",
"svelte-check": "^4.0.0",
"svelte-radix": "^2.0.1",
"svelte-vertical-timeline": "^2.0.0",
"tailwind-merge": "^3.0.1",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^4.0.0",
"tsx": "^4.20.3",
"typescript": "^5.0.0",
"unist-util-visit": "^5.0.0",
"vite": "^6.0.0",
"vite-plugin-static-copy": "^3.0.0",
"wrangler": "^4.15.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"geist": "^1.3.1"
}
}