-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.59 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "vuepress-blog",
"version": "1.0.0",
"main": "index.js",
"author": "EricYangXD",
"license": "MIT",
"devDependencies": {
"@vuepress-reco/vuepress-plugin-bgm-player": "^1.1.4",
"@vuepress-reco/vuepress-plugin-extract-code": "^1.0.4",
"glob-parent": "^6.0.2",
"hard-source-webpack-plugin": "^0.13.1",
"json5": "^2.2.3",
"loader-utils": "^3.2.1",
"node-forge": "^1.3.0",
"nth-check": "^2.0.1",
"serialize-javascript": "^6.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"vuepress": "^1.9.10",
"vuepress-plugin-copyright": "^1.0.2",
"vuepress-plugin-cursor-effects": "^1.1.6",
"vuepress-plugin-fulltext-search": "^2.2.1",
"vuepress-plugin-nuggets-style-copy": "^1.0.3",
"vuepress-plugin-seo": "^0.2.0",
"vuepress-plugin-sitemap": "^2.3.1"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"start": "vuepress dev docs",
"docs:build": "vuepress build docs",
"build": "vuepress build docs",
"deploy": "sh deploy.sh",
"gh-deploy": "gh-pages -d ./docs/.vuepress/dist",
"push": "sh push.sh",
"update": "sh update.sh"
},
"dependencies": {
"@docsearch/js": "^3.6.0",
"gh-pages": "^6.1.1",
"moment": "^2.30.1",
"vuepress-theme-reco": "^1.6.11"
},
"description": "Personal Blog Repository",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EricYangXD/ericyangxd.github.io.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/EricYangXD/ericyangxd.github.io/issues"
},
"homepage": "https://ericyangxd.github.io"
}