-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 1.04 KB
/
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
{
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"devDependencies": {
"@neilsustc/markdown-it-katex": "^1.0.0",
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.7",
"esm": "^3.2.25",
"markdown-it-task-lists": "^2.1.1",
"vue-class-component": "^7.2.6",
"vuepress": "^1.9.7",
"vuepress-plugin-auto-sidebar": "^2.3.2",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-cat": "^1.0.3",
"vuepress-plugin-check-md": "0.0.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-flowchart": "^1.5.0",
"vuepress-plugin-graysite": "^0.1.0",
"vuepress-plugin-last-reading": "^1.0.0",
"vuepress-plugin-minimal-analytics": "^0.1.4",
"vuepress-plugin-reading-progress": "^1.0.10",
"vuepress-plugin-seo": "^0.2.0",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-sponsor": "^1.0.0",
"vuepress-theme-reco": "^1.6.13"
},
"dependencies": {
"npm-check-updates": "^13.1.2",
"vue": "^2.6.14"
}
}