|
20 | 20 | ], |
21 | 21 | "scripts": { |
22 | 22 | "dev": "vite", |
23 | | - "dev:integrations": "concurrently -k \"pnpm run dev:integrations:next\" \"pnpm run dev:integrations:vike\" \"pnpm run dev:integrations:vite\"", |
| 23 | + "dev:integrations": "pnpm run /^dev:integrations:.*/", |
24 | 24 | "dev:integrations:next": "pnpm -C integrations/next/ run dev", |
25 | 25 | "dev:integrations:vike": "pnpm -C integrations/vike/ run dev", |
26 | 26 | "dev:integrations:vite": "pnpm -C integrations/vite/ run dev", |
27 | | - "build": "pnpm run build:lib && pnpm run build:docs", |
| 27 | + "build": "pnpm run /^build:.*/", |
28 | 28 | "build:docs": "cross-env TARGET=docs vite build", |
29 | 29 | "build:lib": "cross-env TARGET=lib vite build", |
30 | | - "compile": "pnpm run compile:docs && pnpm run compile:examples", |
| 30 | + "compile": "pnpm run /^compile:.*/", |
31 | 31 | "compile:docs": "tsx ./scripts/compile-docs", |
32 | 32 | "compile:examples": "tsx ./scripts/compile-examples", |
| 33 | + "compile:search-index": "tsx ./scripts/compile-search-index", |
33 | 34 | "compress:og-image": "tsx ./scripts/compress-og-image", |
34 | 35 | "e2e:install": "pnpm -C integrations/tests exec playwright install --with-deps", |
35 | 36 | "e2e:test": "pnpm -C integrations/tests run test", |
|
91 | 92 | "postcss": "^8.5.6", |
92 | 93 | "prettier": "3.6.2", |
93 | 94 | "prettier-plugin-tailwindcss": "^0.7.1", |
| 95 | + "puppeteer": "^24.38.0", |
94 | 96 | "react": "^19.2.3", |
95 | 97 | "react-docgen-typescript": "^2.4.0", |
96 | 98 | "react-dom": "^19.2.3", |
97 | 99 | "react-error-boundary": "^6.0.0", |
98 | | - "react-lib-tools": "0.0.35", |
| 100 | + "react-lib-tools": "^0.0.44", |
99 | 101 | "react-router-dom": "^7.6.3", |
100 | 102 | "rimraf": "^6.1.2", |
101 | 103 | "rollup-plugin-terser": "^7.0.2", |
|
0 commit comments