|
13 | 13 | "docs": "pnpm -C docs run docs:dev",
|
14 | 14 | "docs:build": "pnpm -C docs run docs:build",
|
15 | 15 | "report-engine-js": "esno scripts/report-engine-js-compat.ts",
|
16 |
| - "bench": "vitest bench", |
| 16 | + "bench": "pnpm -r run bench:prepare && vitest bench", |
17 | 17 | "prepare": "simple-git-hooks"
|
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
|
26 | 26 | "@rollup/plugin-node-resolve": "catalog:",
|
27 | 27 | "@rollup/plugin-replace": "catalog:",
|
28 | 28 | "@rollup/plugin-terser": "catalog:",
|
| 29 | + "@shikijs/colorized-brackets": "workspace:*", |
29 | 30 | "@shikijs/engine-javascript": "workspace:*",
|
30 | 31 | "@shikijs/engine-oniguruma": "workspace:*",
|
31 | 32 | "@shikijs/markdown-it": "workspace:*",
|
32 | 33 | "@shikijs/monaco": "workspace:*",
|
33 | 34 | "@shikijs/rehype": "workspace:*",
|
34 | 35 | "@shikijs/transformers": "workspace:*",
|
| 36 | + "@shikijs/twoslash": "workspace:*", |
| 37 | + "@shikijs/types": "workspace:*", |
35 | 38 | "@shikijs/vitepress-twoslash": "workspace:*",
|
36 | 39 | "@types/fs-extra": "catalog:",
|
37 | 40 | "@types/hast": "catalog:",
|
|
62 | 65 | "rollup-plugin-copy": "catalog:",
|
63 | 66 | "rollup-plugin-dts": "catalog:",
|
64 | 67 | "rollup-plugin-esbuild": "catalog:",
|
65 |
| - "rollup-plugin-typescript2": "catalog:", |
66 | 68 | "shiki": "workspace:*",
|
67 | 69 | "simple-git-hooks": "catalog:",
|
68 | 70 | "taze": "catalog:",
|
|
76 | 78 | "wrangler": "catalog:"
|
77 | 79 | },
|
78 | 80 | "resolutions": {
|
| 81 | + "@shikijs/colorized-brackets": "workspace:*", |
79 | 82 | "@shikijs/compat": "workspace:*",
|
80 | 83 | "@shikijs/core": "workspace:*",
|
81 | 84 | "@shikijs/engine-javascript": "workspace:*",
|
|
84 | 87 | "@shikijs/rehype": "workspace:*",
|
85 | 88 | "@shikijs/transformers": "workspace:*",
|
86 | 89 | "@shikijs/twoslash": "workspace:*",
|
| 90 | + "@shikijs/types": "workspace:*", |
87 | 91 | "@shikijs/vitepress-twoslash": "workspace:*",
|
88 | 92 | "@types/hast": "catalog:",
|
89 | 93 | "@types/mdast": "catalog:",
|
|
0 commit comments