|
6 | 6 | "packageManager": "[email protected]",
|
7 | 7 | "scripts": {
|
8 | 8 | "analyze": "ANALYZE=true next build",
|
9 |
| - "build": "pnpm playwright install-deps && pnpm playwright install chromium --only-shell && next build && next-image-export-optimizer", |
| 9 | + "build": "next build && next-image-export-optimizer", |
10 | 10 | "check:links": "lychee --verbose --no-progress './src/pages/**/*.mdx' --base https://graphql.org",
|
11 | 11 | "dev": "next",
|
12 | 12 | "format": "pnpm format:check --write",
|
|
27 | 27 | "@igorkowalczyk/is-browser": "^5.1.0",
|
28 | 28 | "@next/bundle-analyzer": "^15.4.5",
|
29 | 29 | "@radix-ui/react-radio-group": "^1.2.2",
|
| 30 | + "@sparticuz/chromium": "^138.0.2", |
30 | 31 | "@tailwindcss/container-queries": "^0.1.1",
|
31 | 32 | "@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
|
32 | 33 | "@tailwindcss/typography": "^0.5.15",
|
|
57 | 58 | "numbro": "2.5.0",
|
58 | 59 | "p-limit": "^4.0.0",
|
59 | 60 | "parser-front-matter": "1.6.4",
|
| 61 | + "playwright-core": "^1.54.2", |
60 | 62 | "postcss": "^8.4.49",
|
61 | 63 | "postcss-import": "^16.1.1",
|
62 | 64 | "react": "^18.3.1",
|
|
93 | 95 | "eslint-plugin-react": "^7.37.5",
|
94 | 96 | "eslint-plugin-react-hooks": "^5.2.0",
|
95 | 97 | "eslint-plugin-tailwindcss": "3.17.5",
|
96 |
| - "playwright": "^1.54.2", |
97 | 98 | "prettier": "3.5.3",
|
98 | 99 | "prettier-plugin-pkg": "^0.20.0",
|
99 | 100 | "prettier-plugin-tailwindcss": "^0.6.12",
|
|
103 | 104 | "tsx": "^4.19.4",
|
104 | 105 | "typescript": "^5.8.3"
|
105 | 106 | },
|
| 107 | + "optionalDependencies": { |
| 108 | + "playwright": "^1.54.2" |
| 109 | + }, |
106 | 110 | "browserslist": [
|
107 | 111 | "chrome >0 and last 2.5 years",
|
108 | 112 | "edge >0 and last 2.5 years",
|
|
115 | 119 | "pnpm": {
|
116 | 120 | "patchedDependencies": {
|
117 | 121 | "nextra": "patches/nextra.patch",
|
118 |
| - "nextra-theme-docs": "patches/nextra-theme-docs.patch" |
| 122 | + "nextra-theme-docs": "patches/nextra-theme-docs.patch", |
| 123 | + "mermaid-isomorphic": "patches/mermaid-isomorphic.patch" |
119 | 124 | }
|
120 | 125 | }
|
121 | 126 | }
|
0 commit comments