-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 887 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
{
"name": "notes",
"version": "0.0.1",
"description": "Notes",
"authors": "Yu Zhang",
"repository": "https://github.com/yzhang-gh/notes",
"scripts": {
"dev": "vuepress dev docs",
"devnoc": "vuepress dev docs --no-cache",
"build": "vuepress build docs"
},
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"@neilsustc/markdown-it-katex": "^1.0.0",
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-medium-zoom": "^1.9.7",
"katex": "^0.16.4",
"markdown-it-attrs": "^4.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-mark": "^2.0.0",
"vuepress": "^1.9.7",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-shiki": "^0.14.1",
"vuepress-theme-book": "^0.0.9"
}
}