-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.32 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.32 KB
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
{
"name": "blog",
"version": "2.0.0",
"description": "my blog",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"debug": "vuepress dev docs --debug",
"build": "vuepress build docs",
"deploy": "bash deploy.sh",
"new": "yubisaki post -p docs/blog --page"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lewiscutey/blog.git"
},
"keywords": [
"vuepress"
],
"author": "lewis",
"license": "ISC",
"bugs": {
"url": "https://github.com/lewiscutey/blog/issues"
},
"homepage": "https://github.com/lewiscutey/blog#readme",
"dependencies": {
"@vssue/api-github-v3": "^0.5.0",
"@vssue/vuepress-plugin-vssue": "^0.5.0",
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.23",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.23",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.23",
"@vuepress/plugin-pwa": "^1.0.0-alpha.23",
"@vuepress/plugin-register-components": "^1.0.0-alpha.23",
"@yubisaki/vuepress-plugin-blog": "^0.1.8",
"@yubisaki/vuepress-plugin-pagination": "^0.1.9",
"html2canvas": "^1.0.0-alpha.12",
"markdown-it-imsize": "^2.0.1",
"markdown-it-task-lists": "^2.1.1",
"vssue": "^0.5.0",
"vuepress": "^1.0.0-alpha.46",
"vuepress-plugin-flowchart": "^1.4.2",
"vuepress-theme-yubisaki": "^3.1.9"
}
}