-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.57 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.57 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
{
"name": "h1ka.ru",
"version": "0.0.1",
"type": "module",
"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",
"new-post": "node scripts/new-post.js",
"update-zenn": "node scripts/update-zenn-articles.js",
"fetch-sponsors": "node scripts/fetch-sponsors.js",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"test": "playwright test",
"test:update": "playwright test --update-snapshots",
"test:debug": "playwright test --debug",
"test:ui": "playwright test --ui",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@astrojs/check": "^0.9.7",
"@astrojs/partytown": "^2.1.5",
"@astrojs/rss": "^4.0.17",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/svelte": "8.1.0",
"@expressive-code/core": "^0.41.2",
"@expressive-code/plugin-collapsible-sections": "^0.41.2",
"@expressive-code/plugin-line-numbers": "^0.41.2",
"@fontsource-variable/jetbrains-mono": "^5.2.5",
"@fontsource-variable/noto-sans-jp": "^5.2.5",
"@iconify-json/line-md": "^1.2.8",
"@iconify-json/material-symbols": "^1.2.24",
"@iconify/svelte": "^5.0.0",
"@napi-rs/canvas": "^0.1.74",
"@swup/astro": "^1.6.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.13",
"@vercel/speed-insights": "^2.0.0",
"astro": "6.2.1",
"astro-expressive-code": "^0.41.2",
"astro-icon": "^1.1.5",
"hastscript": "^9.0.1",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"overlayscrollbars": "^2.11.4",
"pagefind": "^1.3.0",
"photoswipe": "^5.4.4",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-components": "^0.3.0",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-directive-rehype": "^1.0.0",
"remark-github-admonitions-to-directives": "^2.0.0",
"remark-link-card-plus": "^0.7.1",
"remark-sectionize": "^2.1.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.2",
"stylus": "^0.64.0",
"svelte": "^5.53.11",
"tailwindcss": "^4.1.13",
"typescript": "^6.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.7",
"@playwright/test": "^1.54.2",
"@rollup/plugin-yaml": "^4.1.2",
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/node": "^24.1.0",
"@types/sanitize-html": "^2.16.0",
"node-fetch": "^3.3.0",
"oxfmt": "^0.47.0",
"oxlint": "^1.41.0"
},
"packageManager": "pnpm@10.33.2"
}