76 lines
2.8 KiB
JSON
76 lines
2.8 KiB
JSON
{
|
|
"name": "qiskit-documentation",
|
|
"version": "0.1.0",
|
|
"description": "The documentation content home for https://docs.quantum.ibm.com.",
|
|
"author": "Qiskit Development Team",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"files": [
|
|
"dist",
|
|
"scripts/config/cspell",
|
|
"scripts/config/internal-links.json"
|
|
],
|
|
"scripts": {
|
|
"prepare": "tsc",
|
|
"fmt": "prettier --write .",
|
|
"test": "playwright test",
|
|
"typecheck": "tsc",
|
|
"check": "npm run check:qiskit-bot && npm run check:patterns-index && npm run check:metadata && npm run check:spelling && npm run check:internal-links && npm run check:orphan-pages && npm run check:fmt",
|
|
"check:metadata": "tsx scripts/js/commands/checkMetadata.ts",
|
|
"check:spelling": "tsx scripts/js/commands/checkSpelling.ts",
|
|
"check:fmt": "prettier --check .",
|
|
"check:internal-links": "tsx scripts/js/commands/checkInternalLinks.ts",
|
|
"check:external-links": "tsx scripts/js/commands/checkExternalLinks.ts",
|
|
"check:pages-render": "tsx scripts/js/commands/checkPagesRender.ts",
|
|
"check:patterns-index": "tsx scripts/js/commands/checkPatternsIndex.ts",
|
|
"check:orphan-pages": "tsx scripts/js/commands/checkOrphanPages.ts",
|
|
"check:qiskit-bot": "tsx scripts/js/commands/checkQiskitBotFiles.ts",
|
|
"check:stale-images": "tsx scripts/js/commands/checkStaleImages.ts",
|
|
"regen-apis": "tsx scripts/js/commands/api/regenerateApiDocs.ts",
|
|
"gen-api": "tsx scripts/js/commands/api/updateApiDocs.ts",
|
|
"make-historical": "tsx scripts/js/commands/api/convertApiDocsToHistorical.ts",
|
|
"generate-historical-redirects": "tsx scripts/js/commands/api/generateHistoricalRedirects.ts",
|
|
"save-internal-links": "tsx scripts/js/commands/saveInternalLinks.ts"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cspell": "^8.12.1",
|
|
"fast-levenshtein": "^3.0.0",
|
|
"github-slugger": "^2.0.0",
|
|
"globby": "^14.0.2",
|
|
"gray-matter": "^4.0.3",
|
|
"hast-util-to-mdast": "^8.3.0",
|
|
"hast-util-to-text": "^3.1.0",
|
|
"is-absolute-url": "^4.0.1",
|
|
"js-yaml": "^4.1.0",
|
|
"lodash-es": "^4.17.21",
|
|
"markdown-link-extractor": "^3.1.0",
|
|
"mdast": "^3.0.0",
|
|
"mkdirp": "^3.0.1",
|
|
"p-map": "^6.0.0",
|
|
"rehype-parse": "^8.0.0",
|
|
"rehype-remark": "^9.1.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"remark-mdx": "^2.3.0",
|
|
"remark-parse": "^10.0.1",
|
|
"remark-stringify": "^10.0.3",
|
|
"transform-markdown-links": "^2.1.0",
|
|
"unified": "^10.0.0",
|
|
"unist-util-visit": "^4.0.0",
|
|
"yargs": "^17.7.2",
|
|
"zx": "^8.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.45.2",
|
|
"@types/fast-levenshtein": "^0.0.4",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/lodash-es": "^4.14.198",
|
|
"@types/node": "^20.6.2",
|
|
"@types/yargs": "^17.0.28",
|
|
"prettier": "^3.3.3",
|
|
"tsx": "^4.16.2",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|