-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.86 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
{
"name": "astro-blog-zozo",
"version": "0.0.3",
"author": {
"name": "Ladit",
"email": "i@ladit.me",
"url": "https://github.com/ladit"
},
"homepage": "https://github.com/ladit/astro-blog-zozo",
"repository": {
"type": "git",
"url": "git+https://github.com/ladit/astro-blog-zozo.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ladit/astro-blog-zozo/issues"
},
"type": "module",
"engines": {
"bun": ">=1.1.34"
},
"scripts": {
"dev": "astro dev",
"check": "astro check",
"build": "astro check && bunx @biomejs/biome check --write . && astro build",
"preview": "astro preview",
"preview:wrangler": "wrangler pages dev ./dist",
"astro": "astro",
"lint": "bunx @biomejs/biome check --write ."
},
"dependencies": {
"@astrojs/markdown-remark": "^5.3.0",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@iconify-json/ri": "^1.2.3",
"@jsdevtools/rehype-toc": "^3.0.2",
"@nanostores/persistent": "^0.10.2",
"@playform/compress": "^0.1.6",
"@shikijs/transformers": "^1.22.2",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.12",
"astro-icon": "^1.1.2",
"astro-pagefind": "^1.6.0",
"katex": "^0.16.11",
"lxgw-wenkai-screen-web": "^1.501.0",
"mdast-util-to-string": "^4.0.0",
"node-gyp": "^10.2.0",
"react": "^18.3.1",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-emoji": "^5.0.1",
"remark-math": "^6.0.0",
"satori": "^0.11.3",
"sharp": "^0.33.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "1.9.4",
"@types/bun": "^1.1.13",
"@types/react": "^18.3.12",
"globals": "^15.12.0",
"typescript": "^5.6.3"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}