mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
32300efccd
The Docusaurus process has been OOMing on the bots; this is a problem we'll want to fix properly when we are shipping the new docs fully, as we want to generate docs for old versions; but for now whilst we're not fully pushing users to this site, we can just generate one version and not worry about multiples. This commit also bumps the version of Docusaurus to the latest beta version.
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build --out-dir=../docs-dist/",
|
|
"swizzle": "docusaurus swizzle",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve --out-dir=../docs-dist/",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "^2.0.0-beta.6",
|
|
"@docusaurus/preset-classic": "^2.0.0-beta.6",
|
|
"@mdx-js/react": "^1.6.21",
|
|
"@svgr/webpack": "^5.5.0",
|
|
"clsx": "^1.1.1",
|
|
"file-loader": "^6.2.0",
|
|
"prism-react-renderer": "^1.2.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"url-loader": "^4.1.1"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|