-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "vuepress-theme-maker",
"version": "1.2.3",
"description": "🐉 A flat and clean Blog Theme for VuePress site | 一款多配置、简约风的VuePress主题.",
"keywords": [
"vuepress-theme-blog",
"vuepress-theme",
"blog-theme",
"vue",
"vuepress"
],
"repository": {
"type": "git",
"url": "80maker/vuepress-theme-maker"
},
"main": "index.js",
"scripts": {
"blog:dev": "vuepress dev blog",
"blog:build": "vuepress build blog",
"deploy": "sh deploy.sh"
},
"author": "80maker<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/80maker/vuepress-theme-maker/issues"
},
"homepage": "https://80shuo.com/",
"dependencies": {
"@vuepress/plugin-blog": "^1.9.3",
"@vuepress/plugin-medium-zoom": "^1.8.0",
"@vuepress/plugin-pwa": "^1.8.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-footnote": "^3.0.2",
"markdown-it-mark": "^3.0.1",
"markdown-it-task-lists": "^2.1.1",
"vuepress": "^1.7.1",
"vuepress-plugin-flowchart": "^1.4.3",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-one-click-copy": "^1.0.2",
"valine": "^1.4.14"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}