-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.16 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.16 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
70
71
{
"name": "marekhonzal-com",
"type": "module",
"version": "1.1.3",
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check",
"format:check": "prettier --check './src/**/*.{ts,tsx,js,cjs,json,astro,md,mdx}'",
"format:write": "prettier --write './src/**/*.{ts,tsx,js,cjs,json,astro,md,mdx}'",
"lint:check": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"knip": "knip"
},
"dependencies": {
"@astrojs/preact": "^5.1.1",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@iconify-json/logos": "^1.2.11",
"@iconify-json/lucide": "^1.2.102",
"@iconify-json/ph": "^1.2.2",
"astro": "^6.1.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-preact": "^1.8.0",
"narrowland": "^1.7.0",
"preact": "^10.29.1",
"sharp": "^0.34.5",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^5.0.3",
"@astrojs/ts-plugin": "^1.10.7",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@eslint/js": "^10.0.1",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@tailwindcss/typography": "^0.5.18",
"@tailwindcss/vite": "^4.2.4",
"@types/node": "^25.6.0",
"@vercel/og": "^0.11.1",
"astro-icon": "^1.1.5",
"daisyui": "^5.5.19",
"eslint": "^10.2.1",
"eslint-plugin-astro": "^1.7.0",
"husky": "^9.1.7",
"knip": "^6.6.0",
"lint-staged": "^16.4.0",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"reading-time": "^1.5.0",
"remark-sectionize": "^2.1.0",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"vite": "^7.3.1",
"wrangler": "^4.84.1"
},
"engineStrict": true,
"engines": {
"node": ">=24",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}