-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
33 lines (33 loc) · 1010 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
{
"name": "technical-notes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev ",
"docs:build": "vuepress build "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"vuepress": "^1.8.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-git-log": "^1.0.1",
"vuepress-plugin-reading-progress": "^1.0.10",
"vuepress-plugin-smooth-scroll": "^0.0.10"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"@vuepress/theme-blog": "^2.3.3",
"markdown-it-katex": "^2.0.3",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-gitalk-maker": "^0.1.0"
}
}