-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 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
{
"name": "vuepress",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"valine": "^1.5.0",
"vuepress-plugin-baidu-tongji-analytics": "^1.0.2",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-sitemap": "^2.3.1"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.9.7",
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.7",
"@vuepress/plugin-register-components": "^1.9.7",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"vue": "^2.6.14",
"vuepress": "^1.9.7",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-flowchart": "^1.5.0",
"vuepress-plugin-nprogress": "^1.1.8",
"vuepress-plugin-seo": "^0.2.0"
}
}