-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 962 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
{
"name": "best-practice-intellij-idea",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vuepress dev --no-cache",
"build": "vuepress build --no-cache -d dist",
"postbuild": "vuepress-sitemap -H https://idea.diqigan.cn -d dist"
},
"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-last-updated": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"vuepress": "^1.8.2"
},
"dependencies": {
"esm": "^3.2.25",
"moment": "^2.29.1",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuepress-plugin-pangu": "^1.0.1",
"vuepress-plugin-reading-progress": "^1.0.10",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8"
}
}