mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-21 18:24:29 +08:00
7f9013a878
- Add a root CMakeLists.txt defining an INTERFACE target. - Add CMake, qpm, Git and download installation instructions. - Add CMake and qmake integration instructions. - Remove smooth scroll when navigating the docs. - Add links validation to `npm run docs:link`. - Reorganize the sidebar API Reference section.
19 lines
506 B
JSON
19 lines
506 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",
|
|
"remark-validate-links": "^9.1.0",
|
|
"vuepress": "^1.2.0"
|
|
}
|
|
}
|