-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathpackage.json
29 lines (29 loc) · 923 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
{
"name": "hangzhou-house-guide",
"version": "0.0.0",
"description": "Hangzhou house guide",
"main": "index.js",
"repository": "https://github.com/zkqiang/hangzhou-house-guide",
"author": "zkqiang (https://github.com/zkqiang)",
"license": "CC-BY-NC-SA",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"markdown-it-disable-url-encode": "^1.0.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"vue-google-adsense": "^1.10.1",
"vue-script2": "^2.1.0",
"vuepress": "^1.8.2",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-pangu": "^1.0.1",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-sitemap": "^2.3.1"
}
}