mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-24 11:40:41 +08:00
3c1461b8d0
- Add npm package.json to make easier maintaining dependencies. - Make markdown files consistent using remark. - Wrap markdown lines to 100 characters. - Better README.md layout and visual. - Enable VuePress landing/home page. - Upgrade to latest VuePress version. - Add link to the new Qt Marketplace.
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"
|
|
}
|
|
}
|