-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 805 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 805 Bytes
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
{
"name": "lfs-korean",
"version": "10.1",
"description": "Korean translation of Linux From Scratch",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/mswgen/lfs-korean.git"
},
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"license": "CC-BY-NC-SA 2.0",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"markdown-it-multimd-table": "^4.1.0",
"vuepress": "^1.8.2",
"vuepress-plugin-medium-zoom": "^1.1.9",
"vuepress-plugin-zooming": "^1.1.8",
"vuepress-theme-book": "0.0.5",
"vuepress-theme-dark-new": "^0.1.2",
"vuepress-theme-succinct": "^1.7.2",
"vuepress-theme-yuu": "^3.0.1"
},
"homepage": "https://mswgen.github.io/lfs-korean"
}