-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.61 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
{
"name": "blog",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "pnpm build && astro preview",
"astro": "astro",
"lint": "biome lint --write .",
"format": "biome format .",
"check": "biome check --write .",
"install:chrome": "pnpm dlx puppeteer browsers install"
},
"dependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/markdown-remark": "^7.0.1",
"@astrojs/partytown": "^2.1.5",
"@astrojs/rss": "^4.0.17",
"@astrojs/solid-js": "^6.0.1",
"@expressive-code/plugin-line-numbers": "^0.41.7",
"@playform/compress": "^0.2.2",
"astro": "^6.0.6",
"jsdom": "^29.0.0",
"rehype-expressive-code": "^0.41.7",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-mermaid-ctm": "github:kq5y/rehype-mermaid-ctm#79bdafa2a60c86e0bde6d8ee95156d59285a342f",
"rehype-raw": "^7.0.0",
"remark-link-card-ctm": "github:kq5y/remark-link-card-ctm#27e1866529ae28ca1b7cc4f6002428ca8a9c5ec7",
"remark-math": "^6.0.0",
"sass": "^1.98.0",
"sharp": "^0.34.5",
"solid-js": "^1.9.11",
"typescript": "^5.9.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.8",
"@types/jsdom": "^28.0.0",
"baseline-browser-mapping": "^2.10.8",
"puppeteer": "^24.39.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild",
"puppeteer",
"sharp",
"vue-demi"
],
"patchedDependencies": {
"astro": "patches/astro.patch"
}
},
"packageManager": "[email protected]"
}