-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 923 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 923 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
28
29
30
31
{
"name": "BoostNote-Vuepress-template",
"version": "0.1.0",
"main": "index.js",
"description": "A example repo of taking notes of boostnote and then rendering them using vuepress.",
"repository": "",
"author": "FriendlyUser <pandabeareee@gmail.com>",
"license": "MIT",
"keywords": [
"vue",
"vuepress",
"boostnote"
],
"scripts": {
"docs:dev": "node node_modules/vuepress/bin/vuepress dev docs",
"docs:build": "node node_modules/vuepress/bin/vuepress.js build docs",
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"devDependencies": {
"vuepress": "^0.12.0"
},
"dependencies": {
"directory-tree": "^2.1.0",
"markdown-it-admonition": "https://github.com/johannbre/markdown-it-admonition",
"markdown-it-charts": "^1.0.5",
"markdown-it-katex": "^2.0.3",
"markdown-it-plantuml": "^1.1.0",
"markdown-it-task-lists": "^2.1.1"
}
}