-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.29 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
{
"name": "docs-ko",
"version": "1.0.0",
"description": "Vite.js documentation Korean translation",
"repository": "https://github.com/vitejs/docs-ko",
"author": "Evan You",
"license": "MIT",
"type": "module",
"private": true,
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"engines": {
"node": ">=22.0.0"
},
"devDependencies": {
"@iconify/vue": "^5.0.1",
"@shikijs/vitepress-twoslash": "^4.0.2",
"@type-challenges/utils": "^0.1.1",
"@types/express": "^5.0.6",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^22.17.0",
"@voidzero-dev/vitepress-theme": "^4.8.4",
"feed": "^5.2.1",
"gray-matter": "^4.0.3",
"gsap": "^3.13.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-image-size": "^15.0.1",
"oxc-minify": "^0.130.0",
"prettier": "^3.6.2",
"typescript": "^5.9.3",
"vite": "^8.0.13",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-graphviz": "^0.1.0",
"vitepress-plugin-group-icons": "^1.7.5",
"vue": "^3.5.34"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"rewrite-title": "node scripts/rewrite-title"
}
}