This repository has been archived by the owner on Dec 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.53 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
{
"name": "@jinyaoma/vuepress-theme-mustom",
"version": "1.1.3",
"author": "jinyaoMa <[email protected]>",
"description": "Simple design theme for VuePress,Blog,耀 の 个人网站 | Mark の Personal Website (QQ Group: 595614161)",
"keywords": [
"vuepress",
"vuepress-theme",
"mustom"
],
"main": "index.js",
"license": "MIT",
"repository": "[email protected]:jinyaoMa/vuepress-theme-mustom.git",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@vuepress/plugin-blog": "^1.9.3",
"@vuepress/plugin-pwa": "^1.8.0",
"@vuepress/plugin-search": "^1.8.0",
"aplayer": "^1.10.1",
"github-markdown-css": "^4.0.0",
"markdown-it-footnote": "^3.0.2",
"md5": "^2.2.1",
"meting": "^2.0.1",
"smoothscroll-polyfill": "^0.4.4",
"vuepress": "^1.8.0",
"vuepress-plugin-helper-live2d": "^1.0.2",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-nprogress": "^1.1.7",
"vuepress-plugin-serve": "^2.0.3",
"vuepress-plugin-smooth-scroll": "^0.0.9",
"vuepress-plugin-social-share": "^0.3.1",
"vuepress-plugin-table-of-contents": "^1.1.6",
"vuepress-plugin-zooming": "^1.1.7",
"vuex": "^3.6.0"
},
"scripts": {
"dev": "vuepress dev $docs",
"build": "vuepress build $docs",
"deploy": "deploy.sh",
"adduser": "npm adduser",
"usenpm": "npmuser.sh npm",
"usegithub": "npmuser.sh github",
"publish": "npm publish --access=public"
}
}