-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.12 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.12 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
{
"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": "[email protected]+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"engines": {
"node": ">=22.0.0"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^3.9.2",
"@type-challenges/utils": "^0.1.1",
"@types/express": "^5.0.3",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^22.17.0",
"feed": "^5.1.0",
"gray-matter": "^4.0.3",
"gsap": "^3.13.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-image-size": "^14.7.0",
"prettier": "^3.6.2",
"vite": "^7.0.6",
"vitepress": "^2.0.0-alpha.9",
"vitepress-plugin-group-icons": "^1.6.1",
"vue": "^3.5.18"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"rewrite-title": "node scripts/rewrite-title"
}
}