-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
27 lines (27 loc) · 941 Bytes
/
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
{
"name": "linux-tutorial",
"version": "0.0.1",
"description": "使用 vuepress 生成的 markdown 文档站点",
"author": "mrcode <[email protected]>",
"private": false,
"scripts": {
"docs:dev": "vuepress dev docs --open",
"docs:devx": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs --open",
"docs:build": "vuepress build docs",
"docs:buildx": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs"
},
"dependencies": {
"@vssue/api-github-v3": "^1.4.0",
"@vssue/vuepress-plugin-vssue": "^1.4.2",
"moment": "^2.24.0",
"vuepress-plugin-baidu-tongji-analytics": "^1.0.1",
"vuepress-plugin-code-copy": "^1.0.4"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.4.1",
"@vuepress/plugin-medium-zoom": "^1.4.1",
"@vuepress/plugin-pwa": "^1.4.1",
"vuepress": "^1.4.1",
"vuepress-plugin-baidu-autopush": "^1.0.1"
}
}