-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 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
75
76
77
78
79
80
{
"name": "parsifal's blog",
"version": "4.2.0",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format:check": "dprint check",
"format": "dprint fmt",
"cz": "cz",
"lint": "oxlint",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^5.0.4",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/tailwind": "^6.0.2",
"@expressive-code/plugin-collapsible-sections": "^0.41.5",
"@fancyapps/ui": "^6.1.7",
"@giscus/react": "^3.1.0",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/simple-icons": "^1.2.64",
"@mdx-js/typescript-plugin": "^0.1.3",
"@microflash/rehype-figure": "^2.1.4",
"@microflash/remark-figure-caption": "^2.0.2",
"@myriaddreamin/typst-ts-node-compiler": "^0.7.0-rc2",
"@myriaddreamin/typst-ts-renderer": "^0.7.0-rc2",
"@myriaddreamin/typst.ts": "0.7.0-rc2",
"@resvg/resvg-js": "^2.6.2",
"@types/react-dom": "^18.3.7",
"astro": "^6.2.2",
"astro-expressive-code": "^0.41.5",
"astro-icon": "^1.1.5",
"astro-typst": "^0.12.3",
"fuse.js": "^7.1.0",
"github-slugger": "^2.0.0",
"katex": "^0.16.27",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-katex": "^7.0.1",
"remark-collapse": "^0.1.2",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"satori": "^0.11.3",
"sharp": "^0.34.5",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/react": "^5.0.4",
"@tailwindcss/typography": "^0.5.19",
"@types/react": "^18.3.27",
"@typescript-eslint/parser": "^8.51.0",
"astro-eslint-parser": "^1.2.2",
"dprint": "^0.49.1",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"globals": "^16.5.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"oxlint": "^0.16.12",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript-eslint": "^8.51.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,mdx,json,astro}": ["dprint fmt --allow-no-files"]
},
"pnpm": {
"onlyBuiltDependencies": ["esbuild", "sharp"]
}
}