mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 10:40:08 +08:00
18 lines
467 B
JSON
18 lines
467 B
JSON
|
{
|
||
|
"description": "qtpromise",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"docs:build": "vuepress build docs",
|
||
|
"docs:dev": "vuepress dev docs",
|
||
|
"docs:lint": "remark --quiet --frail ."
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vuepress/plugin-google-analytics": "^1.2.0",
|
||
|
"remark-cli": "^7.0.1",
|
||
|
"remark-frontmatter": "^1.3.2",
|
||
|
"remark-preset-lint-markdown-style-guide": "^2.1.3",
|
||
|
"remark-preset-lint-recommended": "^3.0.3",
|
||
|
"vuepress": "^1.2.0"
|
||
|
}
|
||
|
}
|