-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.72 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.72 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "fuwari",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"type-check": "tsc --noEmit --isolatedDeclarations",
"format": "biome format --write ./src",
"lint": "biome check --write ./src",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/svelte": "8.0.4",
"@expressive-code/core": "^0.41.7",
"@expressive-code/plugin-collapsible-sections": "^0.41.7",
"@expressive-code/plugin-line-numbers": "^0.41.7",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource/roboto": "^5.2.10",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/fa6-regular": "^1.2.4",
"@iconify-json/fa6-solid": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.66",
"@iconify/svelte": "^5.2.1",
"@swup/astro": "^1.8.0",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"astro": "6.1.5",
"astro-expressive-code": "^0.41.7",
"astro-icon": "^1.1.5",
"astro-social-share": "^2.2.0",
"hastscript": "^9.0.1",
"katex": "^0.16.45",
"markdown-it": "^14.1.1",
"mdast-util-to-string": "^4.0.0",
"overlayscrollbars": "^2.15.1",
"pagefind": "^1.5.2",
"photoswipe": "^5.4.4",
"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": "^4.0.0",
"remark-directive-rehype": "^1.0.0",
"remark-github-admonitions-to-directives": "^2.1.0",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"sanitize-html": "^2.17.2",
"satori": "^0.26.0",
"sharp": "^0.34.5",
"stylus": "^0.64.0",
"svelte": "^5.55.3",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.7",
"@biomejs/biome": "2.4.11",
"@rollup/plugin-yaml": "^4.1.2",
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/sanitize-html": "^2.16.1",
"postcss-import": "^16.1.1",
"postcss-nesting": "^14.0.0"
},
"packageManager": "pnpm@9.14.4",
"pnpm": {
"overrides": {
"ajv": "^8.18.0",
"axios": "^1.15.0",
"brace-expansion": "^2.0.3",
"form-data": "^4.0.5",
"glob": "^10.5.0",
"js-yaml": "^4.1.1",
"lodash": "^4.17.23",
"minimatch": "^9.0.9",
"serialize-javascript": "^7.0.5",
"devalue": "^5.6.4",
"fast-xml-parser": "^5.5.7",
"tar": "^7.5.11",
"undici": "^6.24.0",
"yaml-language-server": "^1.21.0",
"yaml": "^2.8.3"
}
}
}