-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.85 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "lwjerri.dev",
"version": "2.9.0",
"description": "My personal website, which is powered by Vite + SvelteKit and TailwindCSS.",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"ci:check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"prepare": "husky"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=24.14.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@sveltejs/kit",
"@tailwindcss/oxide",
"@vercel/speed-insights",
"esbuild",
"sharp"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/LWJerri/lwjerri.dev.git"
},
"keywords": [],
"author": "LWJerri (lwjerri.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LWJerri/lwjerri.dev/issues"
},
"homepage": "https://github.com/LWJerri/lwjerri.dev#readme",
"dependencies": {
"@lucide/svelte": "1.17.0",
"@umami/api-client": "0.80.0",
"@vercel/speed-insights": "2.0.0",
"clsx": "2.1.1",
"embla-carousel-autoplay": "8.6.0",
"embla-carousel-svelte": "8.6.0",
"humanize-duration": "3.33.2"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "6.3.3",
"@sveltejs/enhanced-img": "0.10.4",
"@sveltejs/kit": "2.61.0",
"@sveltejs/vite-plugin-svelte": "7.1.2",
"@tailwindcss/postcss": "4.3.0",
"@types/humanize-duration": "3.27.4",
"@types/node": "26.0.0",
"husky": "9.1.7",
"postcss": "8.5.15",
"prettier": "3.8.3",
"prettier-plugin-svelte": "4.1.0",
"prettier-plugin-tailwindcss": "0.8.0",
"rollup-plugin-analyzer": "4.0.0",
"sharp": "0.34.5",
"svelte": "5.56.3",
"svelte-check": "4.6.0",
"svelte-confetti": "2.3.2",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.0",
"typescript": "6.0.3",
"vite": "8.0.16"
}
}