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
|
{
"name": "yasutakeyohei.com",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && py -c \"import shutil; shutil.copy('public/.htaccess', 'dist/.htaccess')\" && py removeNullCharacters.py",
"deploy": "sh deploy.sh",
"preview": "astro preview",
"postinstall": "patch-package",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@astrojs/starlight": "^0.40.0",
"astro": "^6.4.6",
"mammoth": "^1.12.0",
"playwright": "^1.60.0",
"remark-mermaidjs": "^7.0.0",
"sharp": "^0.33.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@textlint-ja/textlint-rule-no-dropping-i": "^2.0.1",
"@textlint-ja/textlint-rule-no-synonyms": "^1.3.0",
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
"@textlint/textlint-plugin-markdown": "^14.0.4",
"patch-package": "^8.0.1",
"sudachi-synonyms-dictionary": "^14.0.0",
"textlint": "^14.0.4",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-ja-named-entities": "^1.0.3",
"textlint-plugin-mdx": "^1.0.1",
"textlint-rule-ja-no-abusage": "^3.0.0",
"textlint-rule-ja-no-redundant-expression": "^4.0.1",
"textlint-rule-ja-unnatural-alphabet": "^2.0.1",
"textlint-rule-max-ten": "^5.0.0",
"textlint-rule-no-double-negative-ja": "^2.0.1",
"textlint-rule-no-doubled-conjunction": "^3.0.0",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^3.0.0",
"textlint-rule-no-doubled-joshi": "^5.1.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-kangxi-radicals": "^0.2.2",
"textlint-rule-no-mix-dearu-desumasu": "^6.0.2",
"textlint-rule-no-nfd": "^2.0.2",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-prefer-tari-tari": "^1.0.3",
"textlint-rule-prh": "^6.0.0",
"textlint-rule-sentence-length": "^5.0.0",
"typescript": "^5.5.0"
},
"engines": {
"node": ">=18.0"
}
}
|