-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
37 lines (37 loc) · 948 Bytes
/
package.json
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": "pnpm@8.15.5",
"engineStrict": true,
"engines": {
"node": ">=20.0.0",
"yarn": "please-use-pnpm",
"npm": "please-use-pnpm",
"pnpm": ">=8.0.0"
},
"devDependencies": {
"@shikijs/vitepress-twoslash": "^1.16.1",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^20.16.3",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"markdown-it-footnote": "^4.0.0",
"prettier": "3.3.3",
"vite": "^5.4.2",
"vitepress": "^1.5.0",
"vue": "^3.5.12"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"rewrite-title": "node scripts/rewrite-title"
}
}