-
Notifications
You must be signed in to change notification settings - Fork 187
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "blog",
"version": "1.0.0",
"description": "集博客之精华而生的目录,已有前端知识体系梳理、设计模式手册、Webpack4教程,欢迎食用",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-pwa": "^1.2.0",
"chalk": "^2.4.2",
"commander": "^3.0.0",
"ejs": "^2.7.1",
"husky": "^2.3.0",
"nodemon": "^1.19.2",
"ora": "^3.4.0",
"prettier": "^1.17.1",
"tracer": "^1.0.1",
"vue-router": "^3.4.5",
"vuepress": "1.5.0",
"vuepress-plugin-comment": "^0.5.4",
"vuepress-plugin-viewer": "^1.0.0"
},
"devDependencies": {
"execa": "^4.0.3",
"js-yaml": "^3.14.0",
"node-cron": "^2.0.3",
"vuepress-plugin-table-of-contents": "^1.1.7"
},
"scripts": {
"dev": "vuepress dev .",
"build": "node --max_old_space_size=2048 ./node_modules/vuepress/cli.js 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"
}