-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.05 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
{
"name": "my-blogs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx vuepress dev docs",
"build": "vuepress build docs",
"deploy": "gh-pages -d dist",
"deploy:build": "npm run docs:build && gh-pages -d dist"
},
"author": "xjl271314",
"license": "ISC",
"bugs": {
"url": "https://github.com/xjl271314/my-blogs/issues"
},
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.9.5",
"@vuepress/plugin-back-to-top": "^1.9.5",
"@vuepress/plugin-register-components": "^1.9.5",
"chalk": "^4.1.0",
"element-ui": "^2.13.1",
"gh-pages": "^3.2.0",
"gitalk": "^1.6.2",
"md5": "^2.2.1",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.0",
"vuepress": "^1.9.0"
},
"dependencies": {
"@mojs/core": "^1.2.0",
"async-validator": "1.11.5",
"clipboard": "^2.0.6",
"hydrogen-js-sdk": "^2.2.51",
"markdown-it-include": "^2.0.0",
"markdown-it-mermaid": "^0.2.5",
"moment": "^2.25.3",
"odometer": "^0.4.8",
"vilike": "0.2.0"
}
}