forked from dongyuanxin/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.06 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
{
"name": "blog",
"version": "1.0.0",
"description": "集博客之精华而生的目录,已有前端知识体系梳理、设计模式手册、Webpack4教程,欢迎食用",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"@vuepress/plugin-pwa": "^1.0.0-rc.1",
"husky": "^2.3.0",
"prettier": "^1.17.1",
"vuepress": "^1.0.0-beta.2",
"vuepress-plugin-comment": "^0.5.4",
"vuepress-plugin-viewer": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"check": "./node_modules/.bin/prettier --check ./**/*.md",
"lint": "./node_modules/.bin/prettier --write ./**/*.md",
"dev": "./node_modules/.bin/vuepress dev .",
"build": "./node_modules/.bin/vuepress build ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/dongyuanxin/blog.git"
},
"author": "心谭",
"license": "MIT",
"bugs": {
"url": "https://github.com/dongyuanxin/blog/issues"
},
"homepage": "https://github.com/dongyuanxin/blog#readme"
}