-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 864 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 864 Bytes
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": "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.4",
"moment-timezone": "0.5.35",
"vue-google-adsense": "1.10.1",
"vue-script2": "2.1.0",
"vuepress": "1.9.10",
"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"
},
"resolutions": {
"vue": "2.7.16",
"vue-server-renderer": "2.7.16"
}
}