|
9 | 9 | "build:docs:dev": "cross-env NODE_ENV=\"development\" npm run build:typedoc", |
10 | 10 | "build:docs:staging": "cross-env NODE_ENV=\"staging\" npm run build:typedoc", |
11 | 11 | "build:docs:prod": "cross-env NODE_ENV=\"production\" npm run build:typedoc", |
12 | | - "build:typedoc": "npm run build:plugin && typedoc", |
| 12 | + "build:typedoc": "npm run build:plugin && typedoc --options ./typedoc.legacy.json", |
| 13 | + "build:typedoc:components": "typedoc --options ./typedoc.components.json", |
| 14 | + "build:typedoc:dock-manager": "typedoc --options ./typedoc.dock-manager.json", |
| 15 | + "build:typedoc:grids": "typedoc --options ./typedoc.grids.json", |
| 16 | + "build:typedoc:exports": "npm run build:typedoc:components && npm run build:typedoc:dock-manager && npm run build:typedoc:grids", |
13 | 17 | "build:plugin": "tsc --project ./plugins/typedoc-plugin-react-components/tsconfig.json", |
14 | 18 | "build:plugin:watch": "tsc --project ./plugins/typedoc-plugin-react-components/tsconfig.json --watch", |
15 | 19 | "build:plugin:prod": "tsc --project ./plugins/typedoc-plugin-react-components/tsconfig.prod.json", |
|
42 | 46 | "@vitest/coverage-v8": "^4.0.18", |
43 | 47 | "cross-env": "^7.0.3", |
44 | 48 | "dompurify": "^3.3.1", |
45 | | - "ig-typedoc-theme": "^6.2.3", |
| 49 | + "ig-typedoc-theme": "^7.0.1", |
46 | 50 | "lefthook": "^2.1.1", |
47 | 51 | "marked": "^17.0.3", |
48 | 52 | "marked-shiki": "^1.2.1", |
|
53 | 57 | "rimraf": "^6.1.3", |
54 | 58 | "shiki": "^3.21.0", |
55 | 59 | "tsx": "^4.21.0", |
56 | | - "typedoc": "^0.27.9", |
57 | | - "typedoc-plugin-localization": "^3.0.6", |
| 60 | + "typedoc": "^0.28.17", |
| 61 | + "typedoc-plugin-localization": "^3.1.0", |
| 62 | + "typedoc-plugin-merge-modules": "^7.0.0", |
58 | 63 | "typescript": "^5.8.3", |
59 | 64 | "vite": "^7.3.1", |
60 | 65 | "vite-tsconfig-paths": "^6.1.1", |
|
0 commit comments