-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.87 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "xingorg1_note",
"version": "1.0.0",
"private": true,
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xingorg1/xingorg1Note"
},
"bugs": "https://github.com/xingorg1/xingorg1Note/issues",
"homepage": "https://github.com/xingorg1/xingorg1Note",
"scripts": {
"dev": "./node_modules/.bin/vuepress dev docs",
"serve": "npm run dev",
"build": "./node_modules/.bin/vuepress build docs",
"lint": "/node_modules/.bin/eslint src && stylelint 'src/**/*.less' && ./node_modules/.bin/eclint check",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"push": "bash deploy.sh",
"commit": "bash commit.sh"
},
"keywords": [
"小石头",
"前端",
"note",
"vuepress"
],
"author": {
"name": "xing.org1^",
"email": "[email protected]",
"url": "http://www.cnblogs.com/padding1015/"
},
"dependencies": {
"@vssue/api-github-v4": "^1.2.1",
"@vssue/vuepress-plugin-vssue": "^1.3.0",
"@vue/component-compiler-utils": "^3.0.2",
"@vuepress/plugin-back-to-top": "^1.1.0",
"axios": "^0.19.0",
"busuanzi.pure.js": "^1.0.2",
"commander": "^2.20.0",
"esm": "^3.2.25",
"hexo-helper-live2d": "^3.1.1",
"highlight.js": "^9.15.10",
"live2d-widget": "^3.0.4",
"vuepress": "^1.0.0",
"vuepress-plugin-gotop-plus": "^1.0.0",
"vuepress-plugin-helper-live2d": "^1.0.2",
"vuepress-plugin-medium-zoom": "^1.1.2",
"vuepress-plugin-mygitalk": "^1.0.4",
"vuepress-plugin-sitemap": "^2.1.2",
"vuepress-theme-yilia-plus": "^1.0.0"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-medium-zoom": "^1.2.0",
"@vuepress/plugin-nprogress": "^1.2.0",
"gitalk": "^1.5.0",
"lodash": "^4.17.19"
}
}