-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 KB
/
package.json
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
{
"name": "lwjerri.dev",
"version": "2.25.2",
"description": "My personal website, which is powered by Vite + SvelteKit, uses TailwindCSS & daisyUI for design.",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"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": {
"@umami/api-client": "0.76.0",
"@vercel/speed-insights": "1.1.0",
"humanize-duration": "3.32.1",
"pdfkit": "0.15.1",
"svelte-confetti": "2.1.2"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "4.0.5",
"@sveltejs/kit": "1.30.3",
"@types/humanize-duration": "3.27.4",
"@types/pdfkit": "0.13.5",
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.8",
"prettier-plugin-tailwindcss": "0.6.8",
"svelte": "4.2.19",
"svelte-seo": "1.6.1",
"tailwindcss": "3.4.14",
"tslib": "2.8.1",
"typescript": "5.6.3",
"vite": "5.4.11"
}
}