|
18 | 18 | "prepack": "RELEASE=1 npm run rewriter:build && npm run build:all", |
19 | 19 | "pub": "npm publish --no-git-checks --access public", |
20 | 20 | "format": "prettier --write .", |
| 21 | + "format:docs": "remark \"docs/**/*.{md,mdx}\" --output", |
21 | 22 | "lint": "eslint ./src/", |
22 | 23 | "lint:fix": "eslint ./src/ --fix", |
23 | 24 | "lint:workflows": "actionlint .github/workflows/*.yml", |
|
58 | 59 | "verbose": true |
59 | 60 | }, |
60 | 61 | "devDependencies": { |
| 62 | + "@8hobbies/typedoc-plugin-404": "^3.2.1", |
61 | 63 | "@8hobbies/typedoc-plugin-plausible": "^2.2.0", |
62 | 64 | "@catppuccin/vscode": "^3.18.0", |
63 | 65 | "@eslint/eslintrc": "^3.3.1", |
|
71 | 73 | "@mercuryworkshop/wisp-js": "^0.3.3", |
72 | 74 | "@nebula-services/bare-server-node": "^2.0.4", |
73 | 75 | "@playwright/test": "^1.55.0", |
| 76 | + "@reside-ic/typedoc-plugin-copy-doc": "^1.1.2", |
74 | 77 | "@rsdoctor/rspack-plugin": "^1.2.3", |
75 | 78 | "@rslib/core": "^0.13.2", |
76 | 79 | "@rspack/cli": "^1.5.3", |
|
91 | 94 | "glob": "^11.0.3", |
92 | 95 | "playwright": "^1.55.0", |
93 | 96 | "prettier": "^3.6.2", |
| 97 | + "remark": "^15.0.1", |
| 98 | + "remark-cli": "^12.0.1", |
| 99 | + "remark-frontmatter": "^5.0.0", |
| 100 | + "remark-mdx": "^3.1.1", |
| 101 | + "remark-stringify": "^11.0.0", |
94 | 102 | "ts-checker-rspack-plugin": "^1.1.5", |
95 | 103 | "tsc-alias": "^1.8.16", |
96 | 104 | "tslib": "^2.8.1", |
| 105 | + "typedoc": "^0.28.12", |
| 106 | + "typedoc-material-theme": "^1.4.0", |
| 107 | + "typedoc-plugin-frontmatter": "^1.3.0", |
97 | 108 | "typedoc-plugin-include-example": "^2.1.2", |
98 | 109 | "typedoc-plugin-markdown": "^4.8.1", |
99 | 110 | "typedoc-plugin-mdn-links": "^5.0.9", |
|
106 | 117 | "domutils": "^3.2.2", |
107 | 118 | "htmlparser2": "10.0.0", |
108 | 119 | "libcurl.js": "^0.7.2", |
| 120 | + "idb": "^8.0.3", |
109 | 121 | "parse-domain": "^8.2.2", |
110 | | - "set-cookie-parser": "^2.7.1", |
111 | | - "typedoc": "^0.28.12", |
112 | | - "typedoc-material-theme": "^1.4.0" |
| 122 | + "set-cookie-parser": "^2.7.1" |
113 | 123 | } |
114 | 124 | } |
0 commit comments