forked from fluid-dev/hexo-fluid-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 792 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
{
"name": "hexo-fluid-docs",
"version": "1.8.8",
"description": "Docs for hexo theme fluid",
"main": "index.js",
"repository": "https://github.com/fluid-dev/hexo-fluid-docs",
"author": "Fluid-dev",
"license": "MIT",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"vue-google-adsense": "^1.10.1",
"vue-script2": "^2.1.0",
"vuepress": "^1.7.1",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-smooth-scroll": "^0.0.10"
}
}