-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.3 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
72
73
74
{
"name": "marekhonzal-com",
"type": "module",
"version": "1.2.0",
"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",
"strip-fonts": "node scripts/strip-embedded-font.ts",
"prepare": "husky",
"knip": "knip"
},
"dependencies": {
"@astrojs/preact": "^6.0.4",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@iconify-json/devicon": "^1.2.62",
"@iconify-json/logos": "^1.2.13",
"@iconify-json/lucide": "^1.2.126",
"@iconify-json/ph": "^1.2.2",
"@resvg/resvg-js": "^2.6.2",
"astro": "^7.2.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-preact": "^1.35.0",
"narrowland": "^1.9.0",
"preact": "^10.29.8",
"sharp": "^0.35.4",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/markdown-remark": "^7.2.4",
"@astrojs/mdx": "^7.0.8",
"@astrojs/ts-plugin": "^1.10.11",
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@eslint/js": "^10.0.1",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.4.0",
"astro-icon": "^1.2.0",
"daisyui": "^5.7.22",
"eslint": "^10.9.1",
"eslint-plugin-astro": "^3.1.0",
"husky": "^9.1.7",
"knip": "^6.33.0",
"lint-staged": "^17.4.1",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.1",
"reading-time": "^1.5.0",
"remark-sectionize": "^2.1.0",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.68.0",
"vite": "^8.2.2",
"wrangler": "^4.127.1"
},
"engineStrict": true,
"engines": {
"node": ">=24",
"pnpm": ">=11"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}