-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.47 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
{
"name": "resume.mirror-kt.dev",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vocs dev",
"build": "vocs build",
"preview": "vocs preview",
"format": "biome format .",
"format:fix": "biome format --write .",
"lint": "biome lint . && textlint ./docs",
"lint:fix": "biome lint --write . && textlint --fix ./docs",
"export:pdf": "tsx scripts/export-to-pdf.ts",
"deploy:preview": "wrangler versions upload"
},
"dependencies": {
"react": "19.2.8",
"react-dom": "19.2.8",
"vocs": "1.4.1"
},
"devDependencies": {
"@biomejs/biome": "2.5.11",
"@playwright/browser-chromium": "1.62.1",
"@proofdict/textlint-rule-proofdict": "3.1.2",
"@textlint-ja/textlint-rule-no-filler": "1.1.0",
"@textlint-ja/textlint-rule-no-synonyms": "1.3.0",
"@textlint-rule/textlint-rule-no-duplicate-abbr": "1.0.2",
"@textlint-rule/textlint-rule-no-unmatched-pair": "2.0.4",
"@types/react": "19.2.18",
"playwright": "1.62.1",
"sudachi-synonyms-dictionary": "18.0.0",
"textlint": "15.8.0",
"textlint-filter-rule-comments": "1.3.0",
"textlint-plugin-mdx": "1.1.0",
"textlint-rule-en-spell": "1.2.4",
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
"textlint-rule-preset-japanese": "10.0.4",
"tsx": "4.23.13",
"typescript": "6.0.3",
"wrangler": "4.128.0"
},
"packageManager": "pnpm@10.34.5",
"pnpm": {
"executionEnv": {
"nodeVersion": "25.9.0"
}
}
}