2022-04-11 16:51:22 +08:00
|
|
|
{
|
2023-08-18 20:37:16 +08:00
|
|
|
"name": "db-tutorial",
|
2022-04-11 16:51:22 +08:00
|
|
|
"version": "1.0.0",
|
2022-04-14 16:51:34 +08:00
|
|
|
"private": true,
|
2022-04-11 16:51:22 +08:00
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf docs/.temp",
|
2023-08-18 20:37:16 +08:00
|
|
|
"start": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs",
|
|
|
|
"build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs",
|
2022-04-11 16:51:22 +08:00
|
|
|
"deploy": "bash scripts/deploy.sh",
|
|
|
|
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
|
|
|
|
"editFm": "node utils/editFrontmatter.js",
|
2022-04-14 16:51:34 +08:00
|
|
|
"lint": "markdownlint -r markdownlint-rule-emphasis-style -c docs/.markdownlint.json **/*.md -i node_modules",
|
|
|
|
"lint:fix": "markdownlint -f -r markdownlint-rule-emphasis-style -c docs/.markdownlint.json **/*.md -i node_modules",
|
2022-04-11 16:51:22 +08:00
|
|
|
"show-help": "vuepress --help",
|
|
|
|
"view-info": "vuepress view-info ./ --temp docs/.temp"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-18 20:37:16 +08:00
|
|
|
"dayjs": "^1.11.7",
|
|
|
|
"inquirer": "^9.1.4",
|
2022-04-11 16:51:22 +08:00
|
|
|
"json2yaml": "^1.1.0",
|
2023-08-18 20:37:16 +08:00
|
|
|
"markdownlint-cli": "^0.33.0",
|
|
|
|
"markdownlint-rule-emphasis-style": "^1.0.1",
|
|
|
|
"rimraf": "^4.1.2",
|
|
|
|
"vue-toasted": "^1.1.25",
|
|
|
|
"vuepress": "1.9.9",
|
2022-04-11 16:51:22 +08:00
|
|
|
"vuepress-plugin-baidu-tongji": "^1.0.1",
|
2022-06-09 15:16:02 +08:00
|
|
|
"vuepress-plugin-comment": "^0.7.3",
|
2022-04-11 16:51:22 +08:00
|
|
|
"vuepress-plugin-demo-block": "^0.7.2",
|
2023-08-18 20:37:16 +08:00
|
|
|
"vuepress-plugin-flowchart": "^1.4.2",
|
2022-04-11 16:51:22 +08:00
|
|
|
"vuepress-plugin-fulltext-search": "^2.2.1",
|
|
|
|
"vuepress-plugin-one-click-copy": "^1.0.2",
|
|
|
|
"vuepress-plugin-thirdparty-search": "^1.0.2",
|
|
|
|
"vuepress-plugin-zooming": "^1.1.7",
|
2023-08-18 20:37:16 +08:00
|
|
|
"vuepress-theme-vdoing": "^1.12.9",
|
2022-04-11 16:51:22 +08:00
|
|
|
"yamljs": "^0.3.0",
|
|
|
|
"markdownlint-cli": "^0.25.0",
|
|
|
|
"markdownlint-rule-emphasis-style": "^1.0.1",
|
|
|
|
"rimraf": "^3.0.1",
|
|
|
|
"vue-toasted": "^1.1.25"
|
2022-04-14 16:51:34 +08:00
|
|
|
}
|
2022-04-11 16:51:22 +08:00
|
|
|
}
|