forked from zq99299/dsalg-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 853 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
{
"name": "dsalg-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": {
"moment": "^2.24.0",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-baidu-tongji-analytics": "^1.0.0",
"vuepress-plugin-code-copy": "^1.0.4"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "1.7.1",
"@vuepress/plugin-medium-zoom": "1.7.1",
"@vuepress/plugin-pwa": "1.7.1",
"vuepress": "1.7.1"
}
}