-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.18 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 3.18 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": "firefly",
"type": "module",
"version": "6.14.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
"build": "node scripts/generate-icons.js && npx tsx scripts/generate-lqips.ts && astro build && npx tsx scripts/subset-fonts.ts && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"type-check": "tsc --noEmit --isolatedDeclarations",
"new-dynamic": "tsx scripts/new-dynamic.js",
"new-d": "tsx scripts/new-dynamic.js",
"new-post": "node scripts/new-post.js",
"format": "biome format --write ./src",
"lint": "biome check --write ./src",
"preinstall": "npx only-allow pnpm",
"icons": "node scripts/generate-icons.js",
"lqips": "npx tsx scripts/generate-lqips.ts"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/cloudflare": "^14.1.2",
"@astrojs/markdown-remark": "^7.2.1",
"@astrojs/markdown-satteri": "^0.3.3",
"@astrojs/mdx": "^7.0.2",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/svelte": "9.0.1",
"@expressive-code/plugin-collapsible-sections": "^0.44.0",
"@expressive-code/plugin-line-numbers": "^0.44.0",
"@fancyapps/ui": "^6.1.14",
"@iconify-json/fa7-brands": "^1.2.3",
"@iconify-json/fa7-regular": "^1.2.3",
"@iconify-json/fa7-solid": "^1.2.5",
"@iconify-json/material-symbols": "^1.2.83",
"@iconify-json/mingcute": "^1.2.7",
"@iconify-json/simple-icons": "^1.2.89",
"@iconify/utils": "^3.1.4",
"@mermanjs/web": "0.8.0-alpha.3",
"@napi-rs/wasm-runtime": "^1.1.6",
"@swup/astro": "^1.8.0",
"@tailwindcss/typography": "^0.5.20",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"astro": "7.0.7",
"astro-expressive-code": "^0.44.0",
"astro-icon": "^1.1.5",
"ci-info": "^4.4.0",
"dayjs": "^1.11.21",
"expressive-code-collapsible": "^0.1.0",
"expressive-code-language-badge": "^1.1.0",
"glob": "^13.0.6",
"hastscript": "^9.0.1",
"katex": "^0.17.0",
"l2d-widget": "^0.1.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.5.2",
"pako": "^3.0.1",
"qrcode": "^1.5.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-admonition-to-blockquote-callout": "^1.0.0",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"sanitize-html": "^2.17.5",
"satori": "^0.26.0",
"satteri": "^0.9.4",
"sharp": "^0.35.3",
"stylus": "^0.64.0",
"svelte": "^5.56.4",
"tailwindcss": "^4.3.2",
"tsx": "^4.23.0",
"typescript": "^6.0.3",
"unist-util-visit": "^5.1.0",
"wrangler": "^4.107.1"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.10",
"@biomejs/biome": "2.5.2",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/svg-spinners": "^1.2.4",
"@tailwindcss/vite": "^4.3.2",
"@types/qrcode": "^1.5.6",
"@types/sanitize-html": "^2.16.1",
"postcss-import": "^16.1.1",
"postcss-nesting": "^14.0.0",
"rehype-callouts": "^2.2.0",
"subset-font": "^2.5.0"
},
"packageManager": "pnpm@9.14.4"
}