-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 854 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
32
33
34
35
36
{
"name": "vuepress-blog",
"version": "1.0.0",
"description": "Static blog based on vuepress.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "npm run build && gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TaoXuSheng/mt-blog.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TaoXuSheng/mt-blog/issues"
},
"homepage": "https://github.com/TaoXuSheng/mt-blog#readme",
"devDependencies": {
"gh-pages": "^2.0.1",
"node-sass": "^4.13.1",
"sass-loader": "^7.0.1",
"vuepress": "^0.14.8"
},
"dependencies": {
"element-ui": "^2.3.6",
"html2canvas": "^1.0.0-alpha.12",
"prismjs": "^1.21.0",
"vue": "^2.5.16"
}
}