mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
* docs(v2): Add READMEs to v2 packages Signed-off-by: Reece Dunham <me@rdil.rocks> * Update packages/docusaurus-remark-plugin-npm2yarn/package.json * Update packages/docusaurus/README.md * Update packages/docusaurus-plugin-sitemap/README.md Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
36 lines
976 B
JSON
36 lines
976 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.1",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@docusaurus/core": "2.0.0-alpha.70",
|
|
"babel-loader": "^8.2.1",
|
|
"clsx": "^1.1.1",
|
|
"core-js": "^2.6.5",
|
|
"joi": "^17.2.1",
|
|
"terser-webpack-plugin": "^4.1.0",
|
|
"webpack": "^4.44.1",
|
|
"webpack-merge": "^4.2.2",
|
|
"workbox-build": "^5.1.4",
|
|
"workbox-precaching": "^5.1.4",
|
|
"workbox-window": "^5.1.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
}
|
|
}
|