forked from klc407073648/cpp-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 844 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 844 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
{
"name": "cpp-notes",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.9.7",
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-medium-zoom": "^1.0.4",
"@vuepress/plugin-search": "^1.9.7",
"vuepress": "^1.0.2",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-right-anchor": "^0.5.5",
"vuepress-plugin-side-anchor": "^1.0.6"
},
"dependencies": {
"@vssue/api-github-v3": "^1.4.7",
"@vssue/api-github-v4": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-copyright": "^1.0.2"
}
}