-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.42 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
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
75
76
77
78
79
80
{
"type": "module",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^5.7.3",
"@astrojs/tailwind": "^5.1.2",
"@fontsource/ibm-plex-mono": "^5.1.0",
"@fontsource/ibm-plex-sans-jp": "^5.1.0",
"@resvg/resvg-js": "^2.6.2",
"@swup/astro": "^1.5.0",
"astro": "^4.16.16",
"astro-compress": "^2.3.5",
"astro-icon": "^1.1.4",
"colorjs.io": "^0.5.2",
"hastscript": "^9.0.0",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"overlayscrollbars": "^2.10.1",
"pagefind": "^1.2.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-components": "^0.3.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-emoji": "^5.0.1",
"remark-math": "^6.0.0",
"sanitize-html": "^2.13.1",
"satori": "^0.10.14",
"satori-html": "^0.3.2",
"sharp": "^0.33.5",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@astrojs/partytown": "^2.1.2",
"@astrojs/ts-plugin": "^1.10.4",
"@biomejs/biome": "^1.9.4",
"@iconify-json/fa6-brands": "^1.2.3",
"@iconify-json/fa6-regular": "^1.2.2",
"@iconify-json/fa6-solid": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.8",
"@iconify-json/simple-icons": "^1.2.13",
"@iconify/svelte": "^4.0.2",
"@rollup/plugin-yaml": "^4.1.2",
"@tailwindcss/typography": "^0.5.15",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/sanitize-html": "^2.13.0",
"photoswipe": "^5.4.4",
"remark-github-admonitions-to-directives": "^1.0.5",
"sass": "^1.81.0",
"stylus": "^0.63.0"
},
"pnpm": {
"overrides": {
"vite-imagetools": "^6.2.7",
"sharp": "^0.33.0"
}
},
"scripts": {
"build": "astro build && pagefind --site dist",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev",
"format": "biome format",
"format:write": "biome format --write",
"lint": "biome lint",
"lint:write": "biome lint --write",
"new-post": "node scripts/new-post.js"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"engines": {
"node": "22.x"
}
}