-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.32 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
{
"private": true,
"type": "module",
"scripts": {
"docs": "vitepress dev",
"build-docs": "vitepress build",
"serve-docs": "vitepress serve",
"lint": "textlint --format pretty-error \"**/*.md\""
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@shikijs/vitepress-twoslash": "^4.0.2",
"@type-challenges/utils": "^0.1.1",
"@types/express": "^5.0.6",
"@types/node": "^24.11.0",
"@voidzero-dev/vitepress-theme": "^4.8.4",
"feed": "^5.2.0",
"lint-staged": "^16.4.0",
"markdown-it-image-size": "^15.0.1",
"oxc-minify": "^0.121.0",
"textlint": "^13.4.1",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-preset-vuejs-jp": "git+https://github.com/vuejs-jp/textlint-rule-preset-vuejs-jp.git",
"typescript": "~5.9.2",
"vite": "8.0.3",
"vitepress": "^2.0.0-alpha.17",
"vitepress-plugin-graphviz": "^0.0.1",
"vitepress-plugin-group-icons": "^1.7.3",
"vitepress-plugin-llms": "^1.12.0",
"vue": "^3.5.31",
"vue-tsc": "^3.2.6",
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.md": "textlint --format pretty-error"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"yorkie"
]
}
}