mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 07:32:53 +00:00
* chore(v2): upgrade dependencies * Set minimum Node.js version to 12.13 * Fix test * Upgrade copy-text-to-clipboard * Bump Node versions * Update .nvmrc * mark cacheTime as forbidded field * Downgrade jest to v25.2.7 * Increase Node version for Windows CI * Test fix * Attempt to fix Windows CI * Downgrade execa * fix async test errors * Upgrade execa Co-authored-by: slorber <lorber.sebastien@gmail.com>
36 lines
1001 B
JSON
36 lines
1001 B
JSON
{
|
|
"name": "@docusaurus/plugin-pwa",
|
|
"version": "2.0.0-alpha.70",
|
|
"description": "Docusaurus Plugin to add PWA support.",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-pwa"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
|
|
"@babel/preset-env": "^7.12.16",
|
|
"@docusaurus/core": "2.0.0-alpha.70",
|
|
"babel-loader": "^8.2.2",
|
|
"clsx": "^1.1.1",
|
|
"core-js": "^2.6.5",
|
|
"joi": "^17.4.0",
|
|
"terser-webpack-plugin": "^4.1.0",
|
|
"webpack": "^4.44.1",
|
|
"webpack-merge": "^4.2.2",
|
|
"workbox-build": "^6.1.0",
|
|
"workbox-precaching": "^6.1.0",
|
|
"workbox-window": "^6.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
}
|
|
}
|